Detecting... Javascript...

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

How to detect Java script is enabled or not in a browser?
Thanks,
Nelson
 
The same methodology thas was initially devised is still required. The most
common methodology being the attempt to use JavaScript to implement a
scripting function such as assigning the date to a variable and then trying
to determine if the variabe contains data.

The same is true when trying to determine if the browser remains configured
to support cookies. Try to write a cookie and then try to read it.

Don't be confused by the System.Web.HttpBrowserCapabilities class as all it
can be used for is to determine if a browser can support JavaScript or
Cookies and not if JavaScript or cookies have actually been enabled or
disabled.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top