<script>
opener.location.href="PageToLoad.cfm?var=value";
self.close();
</script>

your pop up where the selection is made could pass the variables to a page
containing the above code and could pass url variables back to the parent
window


----- Original Message -----
From: "Thane Sherrington" <[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 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.
>
> T
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to