Guest_imported
New member
- Jan 1, 1970
- 0
I can't get my validation to work in Netscape I can’t use the value attribute because I am passing values from an array to the name attribute quant.
this is the code I am using
if ((document.signup.quant.value = "" ||(document.signup.quant.lenght = 0)"){
alert("Please make a purchase before you submit a order."
return false;
}
<input type="hidden" name="quant>
this is the code I am using
if ((document.signup.quant.value = "" ||(document.signup.quant.lenght = 0)"){
alert("Please make a purchase before you submit a order."
return false;
}
<input type="hidden" name="quant>