Make sure that you are referencing the form from the page that opens the
window as "opener"  in the popup window.

window.opener.document.formname.formfield.value=foo;

-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 1:41 PM
To: CF-Talk
Subject: kinda OT: JS/CF


i have a FORM with ACTION="Javascript:function()" where my function opens a
window. i specifiy the URL as a function parameter. in the popup window, i
cannot access the variables from the form. is there something odd i'm
missing about submitting a form using a JS function in the ACTION of FORM?

thanks,

--dylan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to