js disable |
X

Congrats, You are Subscribed to Receive Updates.

Check Whether Javascript is Enabled on Browser Using php

Check Whether Javascript is Enabled on Browser Using php
You can check js enable using php also.  From my previous article shows to check it using HTML5. Here I am giving you two ways to check it using php.  Php is server side script, eventhough we can identify the client browser capability and work based on it.  First option is very simple code to perform it. <script type="text/javascript"> document.cookie = 'kvhasJS=true'; </script> <?php // ...

Menu

Sidebar