Re: Pop up Window passing data to calling Window

2002-06-13 Thread Jason Miller
Yea - but I personally posted a message asking about this.. and no one had replied. I was using window.open and spawning a new window.. it was for a "tell a friend" type thing and I was using the CGI.Referer variable. But that variable was not available upon spawning a window through that and

Re: Pop up Window passing data to calling Window

2002-06-13 Thread Charlie
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 12:12 PM Subject: Pop up Window passing data to calling Window > Is it possible to have a link which pops up another window (I'm assuming > Javascript for this) and then the us

Re: Pop up Window passing data to calling Window

2002-06-13 Thread Critter
oi Thane!! window.opener.. -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - Thursday, June 13, 2002, 12:12:24 PM, you wrote: TS> Is it possible to have a link which pops up another window (I'm assuming TS> Javascript for this) and then the u

Pop up Window passing data to calling Window

2002-06-13 Thread Thane Sherrington
Is it possible to have a link which pops up another window (I'm assuming Javascript for this) and then the user makes a selection in the pop up and that data is passed to the first Window (and the first Window refreshed?) I thought I read about this earlier, but I can't find it in the archives.