First, since I'm asking a window-opening question, I apologize if it was already answered somewhere else, but I couldn't find a solution.
I have a form, and I need to have the form-handler(the action attribute) open into a new window. I'd use target=_blank, but I need to also be able to automatically close the opened window.
I have used <a href="javascript: var win=window.open(...)"> before, so I tried <form method=post action="javascript: var win=window.open(...)">, and the form actually caused the pop-up, but the POST variables from the form were nowhere to be found.
Any ideas on how to make the form-handler pop-up in a new window??
TIA
Brad Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
I have a form, and I need to have the form-handler(the action attribute) open into a new window. I'd use target=_blank, but I need to also be able to automatically close the opened window.
I have used <a href="javascript: var win=window.open(...)"> before, so I tried <form method=post action="javascript: var win=window.open(...)">, and the form actually caused the pop-up, but the POST variables from the form were nowhere to be found.
Any ideas on how to make the form-handler pop-up in a new window??
TIA
Brad Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com