Topic awaiting preservation: netscape 4.7 problem w/form (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 11-25-2003 21:21
the following code works with REAL browsers, but breaks with netscape 4.7. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-26-2003 03:12
Breaks how? Is there an error? What is it? |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 11-26-2003 08:05
the form is never submitted(with n.s. 4.7). The page specified in the form action- 'check.php' contains only an echo "submitted"; statement. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-26-2003 08:42
OK, a few observations... |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 11-26-2003 16:45
The form is absolutly NOT being submitted. If it was, my 'submitted' statement would be echoed to the screen, thanks to the wonders of PHP. As I mentioned, this happens when the page is viewed with more modern browsers. Changing the form method to 'Get' doesn't work either. And as far as the onsubmit alert() goes... that doesn't even work with the browsers that do submit the form. According to O'Reilly if you invoke a form's submit method(javascript vs submit button) you do not have access to the onsubmit event. |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 11-27-2003 05:36 |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 11-27-2003 20:00
hyperbole: |