> I can get the value of an element passed to a pop-up window 
> using the following function.
> 
> function  getIDC() {
>       alert (self.opener.document.forms[0].idc.value)
>       return self.opener.document.forms[0].idc.value;
> }
> 
> How can I reference this value in my CF code? In particular, 
> in CFQUERY?

You'll have to send the form data back to the server (by submitting a form)
if you want to reference it within CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to