The simplest solution is the first one James has listed here. I've done some experimenting with this recently and found it rather tedious. I made the form submit to itself and then in the onload passed the arguments to a function that poped up a new window. It's not something I'd want to do for a large hairy form. There are probably some other ways to do it, but it seemed like too much pain in the butt for minimal return.
Mike James MacFarlane wrote: > 1. Target the form to the name of the window you'll be opening. > 2. Get your submit button to call a javascript that opens the window to a > blank page. > 3. Get your javascript to submit your form. > > The form should submit to the new window. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dan > Sent: Tuesday, July 30, 2002 4:25 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: It's that old javascript time again? > > Here we go... > > I have a window with a form. I want to present the results in a second > window that needs to pop-up when the user clicks "submit" > > Adding a onClick and opening the second window works, but the taf that is > being called doesn't get the search arguments (searching while using the > standard submit button does work correctly). I guess I must be doing > something wrong :-) Any idea? > > Thanks, > > Dan. > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body -- Mike Tyranski Lynch2 p: 847.608.6900 f: 847.608.9501 http://www.lynch2.com ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
