[thelist] Netscape - Form onSubmit with Image problem
Aylard JA (James)
jaylard at equilon.com
Tue May 30 12:41:55 2000
Jagjeet Hayer wrote:
> I have a form with some fields and an input of type image
> which when clicked
> will submit the form. This is fine in IE but not in
> Netscape. The image no
> longer swaps and doesn't submit.
Netscape 4.x and prior versions do not support image-swapping on
image-type form inputs. Also, in your function, try replacing the line that
says "document.regform.submit();" with "return true ;".
hth,
James Aylard
jaylard@equilon.com