Re: Javascript question

2003-11-10 Thread Alan Jackson
On Sun, 09 Nov 2003 21:36:57 -0500 joel [EMAIL PROTECTED] wrote: I am going over some of my html/javascript beasties that I wrote for work. I am still confounded why these don't work properly in netscape or mozilla but do in opera6 and IE 5.5. Have you run it in Mozilla with the

Javascript question

2003-11-09 Thread joel
I am going over some of my html/javascript beasties that I wrote for work. I am still confounded why these don't work properly in netscape or mozilla but do in opera6 and IE 5.5. For example, these buttons don't display properly in mozilla: input type=button value=Reset this form

Re: Javascript question

2003-11-09 Thread Ian Stephen
On Sun, 2003-11-09 at 18:36, joel wrote: I am going over some of my html/javascript beasties that I wrote for work. I am still confounded why these don't work properly in netscape or mozilla but do in opera6 and IE 5.5. For example, these buttons don't display properly in mozilla: input

Re: Javascript question

2003-11-09 Thread Ian Stephen
On Sun, 2003-11-09 at 18:36, joel wrote: 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 } To get the function