![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Mar 2006
Posts: 40
Rep Power: 0
![]() |
PHP form not processing via FireFox
I have a PHP script that processes a form, which inbetween calls a javacsript to check the form contents. It works fine in IE, but doesn't in Firefox.
In order for it to completely process in Firefox I have to leave a field blank, let the javascript prompt me that its blank, then click ok, enter the field's value then click submit. I don't really think the javascript is the issue, because I commented it out and i was still not able to process the form by clicking submit in Firefox. The form tag is: <form method="post" action="thephpfile.php" target="_top" onsubmit="return checkform(this);"> ... </form> Maybe the target attribute has something to do with it... I'll check now. Has anyone seen anything similar? |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FFT DWTIB -> Optimization -> Choosing An Appropriate Run Time | Sane | Software Design and Algorithms | 7 | Dec 1st, 2006 10:40 AM |
| Show or hiding forms/modifying control properties ..from different a form.. | cloud- | C# | 4 | Nov 10th, 2006 10:51 AM |
| Javascript: form processing, component name - variable | Druid | JavaScript and Client-Side Browser Scripting | 8 | Mar 16th, 2006 5:23 PM |
| Form Submit Blues | MegaArcon | Python | 3 | Dec 14th, 2005 4:20 PM |
| .NET Timer Form closing issue | MBirchmeier | C# | 4 | Nov 21st, 2005 10:00 AM |