Go to tools - internet options - custom level You will see your scripting options there.
2007-09-05 07:04:11
·
answer #1
·
answered by Albert L3
·
0⤊0⤋
If you mean, how do you find out if someone visiting your page has javascript on or off, basically what you do is provide alternative options. Your javascript goes between
Either that or:
Start--> cmd.exe
In the window type: notepad c:\test.html
(You'll get: "Cannot find the c:\test.html file.Do you want to create a new file?"
Click Yes)
Enter these lines
...
Then X out to save the file
Find the file in My computer and double-click it.
Your browser will appear: in Internet Explorer you may have to "allow blocked content". If you don't get a pop-up window alert saying "Hello, world" then you'll know javascript is disabled.