nested forms?
nested forms?
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- ldww0
is this along the right lines?
function verifyCoupon() {
var thevalue = document.form1.couponCode.value;
document.couponform.couponCodeHi... = var;
}and then how do i submit it ?