Topic: Is javascript enabled?

Sometimes we need to check that if javascript is enabled. To do this, we will add some codes. It will show, if only javascript is disabled.

<NOSCRIPT>
<H3>Your JavaScript is disabled</H3>
<strong>For Internet Explorer</strong><br />
Go to "View -> Internet Options -> Security tab<br />
Select "Custom" and click on the "Settings..." button<br />
To enable: make sure "Enable" is selected under "Active scripting"<br />
To disable: make sure "Disable" is selected under "Active scripting"<br /><br />
 
<strong>For FireFox</strong><br />
Go to "Tools" -> "Options"<br />
Go to "Content" tab and "Enable JavaScript"<br /><br />
 
<strong>For Opera</strong><br />
Go to "Tools" -> "Preferences"<br />
Go to "Advanced" tab -> "Content" and "Enable JavaScript"<br /><br />
</div>
</NOSCRIPT>

Everything under <noscript></noscript> will be escaped, if javascript is enabled smile

http://tareq.wedevs.com/test/sig/blog_update.php
http://tareq.wedevs.com/test/sig/twitt_update.php

Re: Is javascript enabled?

Does any1 now work on JavaScript to handle partial loading of image
and creating http application interface like google earth?
I m trying 2 develop an interface like google earth where there may be action command for zoom in & zoom out
moving laft/right/top/bottom with my own map image and selected positioning attributes from mysql db.