The opener is the window object already If you go opener.window then its like window.window
Window doesn't have a window property -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of KNOTT, Brian Sent: Friday, August 13, 2004 9:37 AM To: CFAussie Mailing List Subject: [cfaussie] Re: OT Javascript Problem Ryan is the winner. opener.document.formname.submit() is the only one that works. Don't know why the rest don't work. Brian > -----Original Message----- > From: Ryan Sabir [SMTP:[EMAIL PROTECTED] > Sent: Thursday, 12 August 2004 17:16 > To: CFAussie Mailing List > Subject: [cfaussie] Re: OT Javascript Problem > > Hang on... > > Your script should be: > opener.document.formname.submit() > > Try that for size... keeping in mind my previous point as well. > > bye! > > Thursday, August 12, 2004, 2:31:32 PM, you wrote: > > KB> How do I submit a form from a windows that has been opened by the > window > KB> with the form on it. > > KB> What I have is a form and on that form I pop up a window to get some > more > KB> information. I want to be able to close that windows onclick and > submit the > KB> form on the windows that open it. > > KB> Presently I'm using opener.formname.submit() from the popup but it > tells me > KB> that the method is not supported. > > KB> Brian Knott > KB> MIS Analyst > KB> Group Accounting & MIS, Accounting and Tax > KB> (07)383 55977 > KB> Suncorp Pty Ltd > > > > KB> > -------------------------------------------------------------------------- > --------- > KB> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or > one of its related entities ("Suncorp"). > > KB> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or > on 1800 689 762 or at suncorp.com.au. > > KB> The content of this e-mail is the view of the sender or stated author > and does not necessarily reflect the view of Suncorp. The content, > including attachments, is a confidential communication > KB> between Suncorp and the intended recipient. If you are not the > intended recipient, any use, interference with, disclosure or copying of > this e-mail, including attachments, is unauthorised and > KB> expressly prohibited. If you have received this e-mail in error please > contact the sender immediately and delete the e-mail and any attachments > from your system. > > KB> If this e-mail constitutes a commercial message of a type that you no > longer wish to receive please reply to this e-mail by typing Unsubscribe > in the subject line. > > > KB> --- > KB> You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > KB> To unsubscribe send a blank email to > [EMAIL PROTECTED] > KB> Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > ----------------------- > Ryan Sabir > Newgency Pty Ltd > 2a Broughton St > Paddington 2021 > Sydney, Australia > Ph (02) 9331 2133 > Fax (02) 9331 5199 > Mobile: 0411 512 454 > http://www.newgency.com/index.cfm?referer=rysig > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
