PDA

View Full Version : Help please!!!!!


Mingo
09-07-2002, 06:25 PM
Is there any way of writing some javascript code that when a user enters in this particular page wil have javascript disable for the next pages.

Something like if you have javascript in your browser disable it!


I know it can be done using tool, security,.. etc but I am working on something that it will be useful if I can do it using javascript code.

Thanks.

brothercake
09-07-2002, 07:09 PM
Can;t be done. I'd be interested to know why this would be useful to you?

zoobie
09-08-2002, 02:34 AM
I agree...That's a first...

Nobody is going to disable their scripting just because you want them too. Most don't know how.

They will just "click" and poof! They've gone to my site.

You must understand human nature. :cool:

umm
09-08-2002, 03:05 AM
Hi,
If you don't use javascript in the pages then, for all intents and purposes, javascript *is* disabled.

Roy Sinclair
09-09-2002, 03:41 PM
In theory you could place the content of those pages inside <noscript></noscript> tags so unless they have javascript disabled they wouldn't be able to see any of the page content.