Function Okclick (Checkids)
{
// Set the button to not use
Document.zb.submit.disabled = true;
/ / Judgment whether the transmission mode is empty
VAR i = 0;
Var J;
For (i = 0; i
IF (Checkids [i] .checked) {
J = 1;
Break;
}
}
IF (j! = 1) {
Alert ("Please select at least one send mode!")
Document.zb.submit.disabled = false;
Return False;
}
}
script>
SMS
fixed phone
mobile phone
fax
Email
form>