ShareThis

Monday, June 4, 2012

Programmatically check javascript enabled aspx

Use the following example:


<script type="text/javascript">
document.write("Hello World!")
</script>
<noscript>Your browser does not support JavaScript!</noscript>


Source

0 comments:

Post a Comment