How Can you detect if JavaScript is enabled on the users browser?

this is a script you can put on your website to detect if you have javascript enabled

this is a script you can put on your website to detect if you have javascript enabled

Just Run the following script in the <head> tag:

<script language="JavaScript"><!--
alert('This is a JavaScript enabled browser');
//--></script>
8773 - Sat Feb 02, 2013 22:11:24