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?

TIA,

Sam

------------------------------------------------
Can a Web portal forever change your life?
Win up to $25 Million on iWon - click here!
______________________________________________________________________
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