[Javascript] Detect if JS enabled

William T. Simmons tsimmons at employmentlawadvisors.com
Fri Nov 8 15:35:18 CST 2002


Candace,
If JS is enabled, your scripts run. If JS is disabled, no JavaScripted
solution will detect that. There is an HTML code solution, however. You can
put HTML content between < NOSCRIPT > and < /NOSCRIPT > tags that will take
care of users who either have a non-JS-capable browser or a browser with JS
disabled. For more details on those tags, search for keywords "noscript tag
HTML" on google.com. One good reference on that is found at
http://www.w3.org/TR/REC-html40/interact/scripts.html. Good luck!
HTH,
Tommy Simmons
Employment Law Advisory Network
www.employmentlawadvisors.com

----- Original Message -----
From: "Tripp, Candace L" <TrippCL at state.gov>
To: <javascript at LaTech.edu>
Sent: Friday, November 08, 2002 2:40 PM
Subject: [Javascript] Detect if JS enabled


> How do I detect if JS is enabled on a user's browser?
>





More information about the Javascript mailing list