R
reneeccwest
Hello,
I would like to check a user turn on or off the javascript option in
their web brower.
RWC
I would like to check a user turn on or off the javascript option in
their web brower.
RWC
reneeccwest said:Hello,
I would like to check a user turn on or off the javascript option in
their web brower.
RWC
Steven said:<div id="noScripts"> Scripting is disabled </div>
<script type="text/javascript">
document.getElementById("noScripts").style.display="none";
</script>
<noscript>In fact, your browser is so old it does not even know what a
script is!</noscript>
Obviously, there is nothing you can do with this info:
you can't run a script to detect that scripts are disabled.
That is, you can not have "if (scriptsDisabled) {...}"
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.