Re: Target back to parent.

2002-03-13 Thread han peng
- From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 5:47 AM Subject: RE: Target back to parent. Niel out of curiosity.. is your child window modal? If so, the rules are a little bit different. We've found that the only way to process the action

Target back to parent.

2002-03-11 Thread Neil H.
If I use JavaScript to spawn a new window how can I have that spawned window's form post back to the parent page, and then close the spawned window. Thanks, Neil __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
PROTECTED]] Sent: Monday, March 11, 2002 12:47 PM To: CF-Talk Subject: Target back to parent. If I use JavaScript to spawn a new window how can I have that spawned window's form post back to the parent page, and then close the spawned window. Thanks, Neil

Re: Target back to parent.

2002-03-11 Thread Neil H.
PROTECTED] Sent: Monday, March 11, 2002 12:59 PM Subject: RE: Target back to parent. You can reference the parent window with opener opener.document.formname.fieldname.value=whatever; window.close(); _ steve oliver senior internet developer atnet solutions, inc

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
developer atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:04 PM To: CF-Talk Subject: Re: Target back to parent. I am not worried about form field access. I am more worried about posting back

RE: Target back to parent.

2002-03-11 Thread Dylan Bromby
[EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:59 PM Subject: RE: Target back to parent. You can reference the parent window with opener opener.document.formname.fieldname.value=whatever; window.close(); _ steve oliver senior internet developer atnet

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 11:04 AM To: CF-Talk Subject: Re: Target back to parent. I am not worried about form field access. I am more worried about posting back to that original page and closing the current window (hence

Re: Target back to parent.

2002-03-11 Thread Neil H.
Correct so what would I use to submit the form to the opener and then close the child? Neil - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 1:08 PM Subject: RE: Target back to parent. What exactly do you mean

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
. http://www.atnetsolutions.com -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:50 PM To: CF-Talk Subject: Re: Target back to parent. Correct so what would I use to submit the form to the opener and then close the child? Neil - Original

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
to parent. Correct so what would I use to submit the form to the opener and then close the child? Neil - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 1:08 PM Subject: RE: Target back to parent. What exactly do you mean

Re: Target back to parent.

2002-03-11 Thread Neil H.
How do you name the Main Window, main window? (Did that make sense :) ) Thanks, Neil - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 2:00 PM Subject: RE: Target back to parent. form Target=MainWindow onSubmit

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
PROTECTED]] Sent: Monday, March 11, 2002 3:12 PM To: CF-Talk Subject: Re: Target back to parent. How do you name the Main Window, main window? (Did that make sense :) ) Thanks, Neil - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
To: CF-Talk Subject: Re: Target back to parent. How do you name the Main Window, main window? (Did that make sense :) ) Thanks, Neil - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 2:00 PM Subject: RE: Target back

Re: Target back to parent.

2002-03-11 Thread Neil H.
PM Subject: RE: Target back to parent. Only way to name the main window mainwindow would be to have a frameset with the frame name set to mainwindow _ steve oliver senior internet developer atnet solutions, inc. http://www.atnetsolutions.com -Original

Re: Target back to parent.

2002-03-11 Thread Neil H.
-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 3:28 PM Subject: Re: Target back to parent. Ok that doesn't seem good. I found a basic way be searching but it doesn't seem to work. I am using the chromeless windows so I think that is screwing me up. Neil - Original Message

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
try it out, but I'm tied up with an update query with 180+ parameters right now Shawn Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:29 PM To: CF-Talk Subject: Re: Target back to parent. Ok that doesn't seem good. I found a basic

Re: Target back to parent.

2002-03-11 Thread Neil H.
Just as a note the code I found will refresh the parent but won't take form variables from the child :( Neil - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 3:28 PM Subject: Re: Target back to parent. Ok that doesn't

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
developer atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:43 PM To: CF-Talk Subject: Re: Target back to parent. This is strange. The application I am trying to emulate works like

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
solutions, inc. http://www.atnetsolutions.com -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:47 PM To: CF-Talk Subject: RE: Target back to parent. Sure, just put a form in the child window, that goes to an action page (in the child window

Re: Target back to parent.

2002-03-11 Thread Neil H.
Yeah for some reason that bit of code didn't work :( Neil - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 3:51 PM Subject: RE: Target back to parent. You don't need to send the form variables back to the mainwindow

RE: Target back to parent.

2002-03-11 Thread Steve Oliver
solutions, inc. http://www.atnetsolutions.com -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 4:01 PM To: CF-Talk Subject: Re: Target back to parent. Yeah for some reason that bit of code didn't work :( Neil - Original Message - From: Steve

Re: Target back to parent.

2002-03-11 Thread Neil H.
Sigh This is frustrating. What a long day. Neil - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 4:05 PM Subject: RE: Target back to parent. That's what I have netscape for. That's the only thing I like about

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
, 2002 2:36 PM To: CF-Talk Subject: Re: Target back to parent. Sigh This is frustrating. What a long day. Neil - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 4:05 PM Subject: RE: Target back to parent. That's what I