/ Published in: JavaScript
To identify whether javascript is disabled in IE or not
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<noscript> <%Response.Write("JavaScript Not Found"); %> </noscript>