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 - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -