How to check if Javascript is enabled or not in browser using PHP? -


this question has answer here:

i need check server side if client machine javascript enabled or not.
possible in php? if is, how?

try using ajax client, if works javascript enabled

with jquery can simply:

$.ajax({     url: "/checkjavascript.php" }); 

if php receives call client javascript enabled in client


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -