Identify Javascript is Disabled in IE?


/ Published in: JavaScript
Save to your folder(s)

To identify whether javascript is disabled in IE or not


Copy this code and paste it in your HTML
  1. <noscript> <%Response.Write("JavaScript Not Found"); %> </noscript>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.