|
|
Q431 How can I post form results to multiple windows depending on the submit button the user clicks on?
irt.org | Knowledge Base | JavaScript | Form 7.2 | Q431 [ previous next ] Q431 How can I post form results to multiple windows depending on the submit button the user clicks on?The following changes the forms target when a button is clicked, it should work okay in Netscape Navigator and Internet Explorer 4:
If you need it to work in Internet Explorer 3 you'll need to use JavaScript to collect the forms name-value pairs and then open up a popup window and then pass that across. Take a look at the article Passing data from one form to another. |
-- div -->
|