This is a discussion on "Need help with Firefox iframe, jsp, form submit issue" within the Other Programming Languages section. This forum, and the thread "Need help with Firefox iframe, jsp, form submit issue are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Need help with Firefox iframe, jsp, form submit issue
|
||
| Notices |
![]() |
|
|
LinkBack (1) | Thread Tools |
#1
|
|||
|
|||
|
Need help with Firefox iframe, jsp, form submit issue
OK well, heres our problem. We (my coworker and I) are trying to get our legacy code to be Firefox compatible. So in this code there is a js file we are including in the main page and on the login submit we call the following method
Now the getEnvVariables page does load in firefox(both ways), but the form on that page won't submit in firefox unless we start the browser on getEnvVariables.jsp This is not an option though because the username and password entered are on the main page and are submitted from a form there, which getEnvironmentVariables collects in its form and then tries to submit. Here is the form code there:
Last edited by Daniel; Mar 14th, 2007 at 19:20. Reason: [code] tags added for ease of reading |
|
|
|
#2
|
|||
|
|||
|
Re: Need help with Firefox iframe, jsp, form submit issue
The same problem, I've encountered: submitting a form into a dynamically created IFRAME: FireFox and Opera worked perfect but IE not! :mad: After 1 day of debugging, I founded that , following solution works:
|
|
#3
|
|||
|
|||
|
Re: Need help with Firefox iframe, jsp, form submit issue
Thanks a bunch, that is good to know for the future. Hopefully I can return the favor some day -bmachine
|
|
#4
|
|||
|
|||
|
Re: Need help with Firefox iframe, jsp, form submit issue
You are welcome!
|
|
#5
|
|||
|
|||
|
Re: Need help with Firefox iframe, jsp, form submit issue
PS:
After some more debugging (for my project) , I found another functional solution. I'll paste here a part of the code
|
![]() |
| Tags |
| help, firefox, iframe, jsp, form, submit, issue |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/other-programming-languages/5356-need-help-with-firefox-iframe-jsp.htm
|
||||
| Posted By | For | Type | Date | |
| document form submit | This thread | Refback | Sep 28th, 2006 21:46 | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| form variable within an iframe component of a form | kissfreaque | PHP Forum | 3 | Feb 29th, 2008 13:06 |
| form variable within an iframe component of a form | kissfreaque | JavaScript Forum | 5 | Feb 29th, 2008 11:57 |
| submit() in iframe trouble | ddprogrammer | JavaScript Forum | 3 | Nov 5th, 2007 10:34 |
| Firefox iframe problem | Kropotkin | Web Page Design | 6 | Oct 15th, 2007 20:30 |
| submit many forms - auto submit the same form many times | divs | JavaScript Forum | 0 | May 24th, 2007 10:10 |