Form submit from popup window
Question:
I have created a form that opens in a popup window just as it should, but when you submit the form, and go to a confirmation page, it opens another browser window, full screen. Answer:
Make sure you uncheck the "Always on Top" feature. In IE5+ this results in a modeless window. When a form gets submitted it always opens a new window. To solve this problem do not use the "Always on Top" feature when you display a form in a popup window.
I have created a form that opens in a popup window just as it should, but when you submit the form, and go to a confirmation page, it opens another browser window, full screen. Answer:
Make sure you uncheck the "Always on Top" feature. In IE5+ this results in a modeless window. When a form gets submitted it always opens a new window. To solve this problem do not use the "Always on Top" feature when you display a form in a popup window.
Comments
Link from a popup window
submit button
You must me logged in to write a comment.