HOW TO handle users who disable Javascript in their browser

Gilbert Hadley has a ingenious way to handle users who may disable Javascript in their browser while accessing a website in which Javascript functionality is required -
<noscript>
<meta http-equiv="REFRESH" content="0;URL=error-no-javascript.html">
</noscript>


This method or a variation is much better than the Hidden Form variable method blogged earlier.

Comments

  1. This solution does not validate.

    ReplyDelete
  2. True. It does not XHTML validation.

    This is more of a hack.

    ReplyDelete

Post a Comment

Popular posts from this blog

Maven Crash Course - Learn Power Query, Power Pivot & DAX in 15 Minutes

"Data Prep & Exploratory Data Analysis" course by Maven Analytics

Oracle Cloud Infrastructure 2024 Generative AI Professional Course & Certification Exam (1Z0-1127-24)