in reply to Checking client browser
Put an
into the form and add<input type=hidden name="JSenabled" value="0">
into the <BODY> tag.onLoad="document.frmName.JSenabled.value=1"
But it would be safer to recheck everything on the server side even if you think the JavaScript already validated the data.
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
|---|