Problem with JAVASCRIPT

echo "<SCRIPT LANGUAGE=\"JavaScript\">
function agg_quant(theform) {
  theform.submit();
  return true 
}
</script>";
 
 
<form name=\"form_quant\" method=post action=cart.php3?d=rimuovi&cartID=$cartID>
<input type=text value=\"100\" name=\"quant\" onChange=\"agg_quant(form_quant)\">
</form>
 
Why there isn't problem if I press Enter and with Tab I have Property or method not supported.
 
Thanks,
                Enrico

Reply via email to