Click to See Complete Forum and Search --> : Javascript disabled.. Now what?


Nedals
01-24-2003, 05:09 PM
I'm attempting to keep my site intact when Javascript is disabled but....

I use an external style sheet and, in NS4xx, when javascript is disabled it also disables CSS and really destroys the site!

I'd also like to see how it looks in IE but I cannot figure out how to disable the javascript.

Comments/answers on either or both of the above would be greatly appreciated

Webskater
01-24-2003, 05:29 PM
To disable javascript in IE5.5.

Tools >> Internet Options >>Security (tab) >> Custom (button)
There's a long list of options with radio buttons. Scroll down to Active Scripting and toggle enable / disable to control whether javascript is allowed.

Do css work in Netscape. I never use them on sites aimed at everyone because I find they work in IE but are unpredictable in Netscape. I use an include file with styles formatted for Netscape. Wonder what I am doing wrong.

Nedals
01-24-2003, 05:52 PM
Do css work in Netscape.They work for me in NS4xx, IE5 & 6xx. I have not tested in NS7 but I don't anticipate any problems except for the javascript issue!

Found the IE disable stuff. I didn't even know that section was there. I guess I should click on a few more random links and see where it takes me.
Thanks!

Anyone else have any comments on the CSS/Javascript issue?