Determine if JavaScript is Enabled

 


Code utilized on this page:

<script type="text/javascript">
<!--
document.write("If this text is displayed, your browser supports scripting and has JavaScript enabled!")
//-->
</script>
<noscript>JavaScript is NOT enabled!</noscript>

A browser that does not support JavaScript will show the text in the noscript element.

Return to Internet Explorer JavaScript Support