Detect Javascript On/Off, With Notification


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. document.write("Welcome, you have Javascript on.")
  3. </script>
  4.  
  5. <noscript>JavaScript is off. Please enable to view full site.</noscript>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.