|
|
Q216 In a popup window how can I submit a form, close the popup window and target the results of the form into the main window?
irt.org | Knowledge Base | JavaScript | Form 10.3 | Q216 [ previous next ] Q216 In a popup window how can I submit a form, close the popup window and target the results of the form into the main window?Use a timer to close the window, and add a TARGET to the form:
Now make sure that in the main window you set its name (by default the main window has no name):
Feedback on 'Q216 In a popup window how can I submit a form, close the popup window and target the results of the form into the main window?' |
-- div -->
|