Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Override browser disabling Javascript


  • From: javascript@xxxxxxxxxx (Ranjit Babu)
  • Subject: [Javascript] Override browser disabling Javascript
  • Date: Sat, 22 Jun 2002 00:21:53 +0530 (IST)

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