kennygadams
Programmer
Hi,
Is there a way to detect, from PERL, if a user has Javascript enabled or disabled?
I know about the <noscript> tag (but i need to detect it from perl)
Thank you.
Is there a way to detect, from PERL, if a user has Javascript enabled or disabled?
I know about the <noscript> tag (but i need to detect it from perl)
Code:
<noscript>
JavaScript is turned off in your web browser. Turn it on to take full advantage of this site, then refresh the page.
</noscript>
Thank you.