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

Uncle Bob vs. Grady Booch: Rethinking Code Reviews in the Age of AI

This Week I Learned - Week 14 2026

10 Tips to Avoid Claude Usage Limits