Scripting is disabled in IE or any other browser
Hi All
I need little bit of advice from all of you.Generally i use javascript for validation purpose, but what if the javascript is disabled for the user in internet explorer( scripting is disabled in INTRANET Zone), then the validation will fail! Apart from going for server side validation, is there any other way like if scripting is disabled , then a message would pop up or it can be redirtected to some other page. How it can be done in C# to check this condition that if Scripting is disabled, a message would pop up to the user to enable scripting in Browser.
-- Abhishek
|