For example, these buttons don't display properly in mozilla:
<input type="button" value="Reset this form" onClick="ClearForm(form1)">
Then, mozilla doesn't handle arrays, for example, this function doesn't work:
function ClearForm(form){
for (i=0; i < form.length ; i++) {
form[i].checked = false
if (form[i].value.search(/^MARGINS *\$1U? *$/) > -1){form[i].checked=true}
par[i] = "" }
form[1].checked = true
}
Any insight appreciated,
Joel
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users