473,406 Members | 2,336 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Problems with JS turned off?

I'm working on a web site that could use some control using js but am
concerned about what problems I may have with potential users having
their js turned off. Has anyone had any serious problems with this
sort of thing? I know some of these potential users are with big
companies and am wondering if anyone had real problems with that.

Jul 23 '05
55 4103
ASM
drhowarddrfine wrote:
I'm working on a web site that could use some control using js but am
concerned about what problems I may have with potential users having
their js turned off. Has anyone had any serious problems with this
sort of thing? I know some of these potential users are with big
companies and am wondering if anyone had real problems with that.


JS has only to be use as an help

You must have your page working if it is disabled
or at least give a link to go to plan of site

<noscript>
Your javascript is disabled, please enable it
or go <a href="plan.htm">here</a>
</noscript>

--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #51
On Wed, 13 Jul 2005 13:08:58 +0200, in comp.lang.javascript ASM
<st*********************@wanadoo.fr> wrote:
| drhowarddrfine wrote:
| > I'm working on a web site that could use some control using js but am
| > concerned about what problems I may have with potential users having
| > their js turned off. Has anyone had any serious problems with this
| > sort of thing? I know some of these potential users are with big
| > companies and am wondering if anyone had real problems with that.
|
| JS has only to be use as an help
|
| You must have your page working if it is disabled
| or at least give a link to go to plan of site
|
| <noscript>
| Your javascript is disabled, please enable it
| or go <a href="plan.htm">here</a>
| </noscript>


Are you trying to start another argument here LOL
(see previous postings for 'history').
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jul 23 '05 #52
ASM wrote:
drhowarddrfine wrote:
I'm working on a web site that could use some control using js but am
concerned about what problems I may have with potential users having
their js turned off. Has anyone had any serious problems with this
sort of thing? I know some of these potential users are with big
companies and am wondering if anyone had real problems with that.

JS has only to be use as an help

You must have your page working if it is disabled
or at least give a link to go to plan of site

<noscript>
Your javascript is disabled, please enable it
or go <a href="plan.htm">here</a>
</noscript>


script tries to execute, creates an error.
NOSCRIPT is not rendered, JS is enabled, but JS is temporarily disabled
due to the user saying they don't want to continue executing scripts.

Your solution doesn't solve that problem.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Jul 23 '05 #53
ASM
Jeff North wrote:
On Wed, 13 Jul 2005 13:08:58 +0200, in comp.lang.javascript ASM
<st*********************@wanadoo.fr> wrote:
| JS has only to be use as an help


Are you trying to start another argument here LOL
(see previous postings for 'history').


Lost, I didn't see there were so much answers.
Sorry, I'll try to do no more do it :-/

--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #54
ASM
Randy Webb wrote:
ASM wrote:
<noscript>
<a href="plan.htm">site plane</a>
</noscript>


script tries to execute, creates an error.
NOSCRIPT is not rendered, JS is enabled, but JS is temporarily disabled


Ha! it's that the trouble ?
Is there really a problem if user decides to go away ?
Certainly he is not really interested.

or ...
do smaller (or non bugged) scripts on several pages ?
--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #55
ASM wrote:
Randy Webb wrote:
ASM wrote:
<noscript>
<a href="plan.htm">site plane</a>
</noscript>

script tries to execute, creates an error.
NOSCRIPT is not rendered, JS is enabled, but JS is temporarily disabled

Ha! it's that the trouble ?


Yes, but I already said that.
Is there really a problem if user decides to go away ?
Interesting philosophy. "My webpage is broken so people who can't use it
leave and spend the money elsewhere".
Certainly he is not really interested.
Or, s/he has enough sense to change to a website that employs competent
programmers.
or ...
do smaller (or non bugged) scripts on several pages ?


Nah, just put the content on the page, have JS change it.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Jul 23 '05 #56

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Pedro Fonseca | last post by:
Greetings everyone! I'm porting my applications to PHP5 and I've stumbled on yet another problem. I'll try to simplify things a bit. I have a main script that is being executed (index.php, PHP5...
3
by: Simon Wigzell | last post by:
My client has many forms on his Business website. They all use the "onsubmit" verification method e.g. <form ......... onsubmit="return FormValidator(this);"> <script> function...
8
by: John Welch | last post by:
I have a command button with the following code: DoCmd.OpenForm "frmSearchAssignments", , , "SearchAssignmentID = 1" (SearchAssignmentID is the PK, auto number) When it runs, the form opens but...
5
by: Dan Smith | last post by:
When I try to create a new C# Web Reference in Visual Studio 2003, I get an error message "The proxy settings on this computer are not configured correctly for web discovery. ..." This web...
1
by: Daniel Passwater via DotNetMonster.com | last post by:
I've written an app in C# in the compact framework. I've got a serial connection with a device running embedded C. We are using no flow control. That's not optional at this point. We are talking at...
2
by: Jeff S | last post by:
No question here; just information that anyone running ZoneAlarm on a development machine may find useful as you develop your ASP.NET apps - (or for those of you who are assisting users who may be...
2
by: Chris Newby | last post by:
We are running Win2K / IIS5 in an Active Directory setup. We are running an ASP.NET application that is configured to use Integrated Security (with Anonymous and Basic turned off) and that has...
27
by: CTI | last post by:
I got problems when I want to make a MDE file. The app. got a lack of memory. Bart Access 2003
34
by: Alexnb | last post by:
Gerhard Häring wrote: No, it didn't work, but it gave me some interesting feedback when I ran it in the shell. Heres what it told me: Traceback (most recent call last): File...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.