RE: OT: JavaScript window

2004-07-20 Thread Robert Orlini
Ian, Never mind. A few tweaks and all is well. Thanks again and thanks all who contributed. Robert O. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 7:09 PM To: CF-Talk Subject: RE: OT: _javascript_ window If po3.cfm is the window that ope

RE: OT: JavaScript window

2004-07-20 Thread Robert Orlini
Thanks Ian. One question. Using either code does not allow the popup to stay active. It immediately closes and then tries to refresh the page that spawned it. The update.gif is the image button on the popup page. Once I click that then it performs the update and should close and reload the po3.c

RE: OT: JavaScript window

2004-07-19 Thread Ian Skinner
If po3.cfm is the window that opend the popup this should work. > > window.close();"> IF po3.cf is not the window that opened the popup this should be what you want. > > ='po3.cfm'; window.close();"> -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacrament

Re: OT: JavaScript window

2004-07-19 Thread Greg Stewart
I don't know if this is exactly what you need, but I have used a _javascript_ to open a pop up, display a form and which on submits returns the values to the calling page. You can find a sample here: http://gregs.tcias.co.uk/_javascript_/populate_form_from_pop_up.php Cheers G On Mon, 19 Jul 2004