Home » JavaScript »

0

Hi friends,

if the one site most of functionality in javascript, if the browser is disable the javascript, then total site will not working, to detect the that the javascript is disable or not, to that following code will work:

<noscript>
    Javascript is disable, please enable to access the site.
</noscript>

Related Posts

    How to add or remove file fields using jquery How to build virtual keyboard for your web applicationSimple JavaScript validation for datesHow to include external js,css files with javascript

 

Leave a Reply