[Javascript] Override browser disabling Javascript

Ziggy ziggy at winks.com
Mon Jun 24 08:56:01 CDT 2002


Hi Ranjit,

Well, I don't know of any way for a webpage to change my settings on
it's own, and I'm quite thankful for it actually. :)

If you want to limit it to JS enabled browsers you could write your
entry links out which users click to enter with JS using document.write,
and then have NOSCRIPT tags to display a "turn on js you fool!" message,
or something.

Cheers,

Kim

-----Original Message-----
From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]
On Behalf Of Ranjit Babu
Sent: Friday, June 21, 2002 2:52 PM
To: Javascript at LaTech.edu
Subject: [Javascript] Override browser disabling Javascript



Hi all..

I'm working on some code where it's imperative that my Javascript code
runs. But.. it is possible to disable Javascripts on webpages through
settings in the Security-->Custm settings dialog box in IE. How do I
work around this? Can I do any one or both of the following..
- Identify on load whether the browser has Javascript disabled so I can
alert the user
- Enable Javascript on the browser automatically(programatically)
 	..?

Thanx in advance for any answers..

-Ranjit



_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list