How to check browser javascript enabled?

This Tutorial Has Been Viewed 1,317 Times.

Here is a very simple but a powerful idea of checking whether your client’s browser is javascript enabled or not
Just add tag

<noscript>

SOME WARNING MESSAGES

</noscript>
On your webpage simple, a sample is given below


<noscript>
<span style="color: red;">
<h3>This Webpage uses JavaScript</h3>
<ul>
	<li>Seems like this website is not supported on your outdated web browser.</li>
	<li>Please use some latest version of your web browser.</li>
	<li>And also make sure that JavaScript is enabled on your browser.</li>
</ul>
</span></noscript>

JavaScript enabled web browsers will ignore all of the text between <NOSCRIPT> …and..</NOSCRIPT>. Browsers that can’t execute JavaScript will display the warning message in the location where you have placed the NOSCRIPT tag.

VN:F [1.9.13_1145]
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

How to check browser javascript enabled?, 5.5 out of 10 based on 2 ratings

Incoming search terms:





You will also be interested in ,

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in JavaScripts, scripts (88 of 144 articles)


Hello Guys...Here i am back again with yet another simple tutorial on how to replace non alphanumeric characters using javascript. ...