thank you for visiting Webune Support Forums

Webune Offers Excellent Web Hosting Service.



as you can see, we were able to detect whether or not you have javascript enabled on your computer. to see the the message telling you that you have javascript disabled, go ahead and disable your javascript on your broswer and refresh this page. You will see it works!!

so you're probably wondering how were we able to check if you had javascript enabled on your web browser. we used the following code

JAVASCRIPT CODE:
<script language="javascript">alert('Congratulations! - You have Javascript Enabled.'); </script><noscript><h1 style="color:red">You Do Not Have Javascript Enabled!</h1></noscript>


you can use this code to find out if a user has javascript enabled and provide a message.

NOTE: this script was tested on Firefox Version 3 and Internet Explorer Version 8