I am new to cgi-perl web development. When javascript is disabled in the browser, how to validate it from the CGI file?? I want to do something like this,
if (/javascript is disabled){
print "<br> This webapp needs javascript, please enableable
javascript and retry";
exit;
}else
#move on
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
