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

30+ GitHub Products & Key Ecosystem Features You Should Know in 2026

Building a Hyderabad Weather Dashboard with the WeatherUnion API

This Week I Learned - Week 32 2026