Thanks for your help.
-----Original Message----- From: Murat Demirci [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:12 AM To: CF-Talk Subject: Client side WDDX generating (was: Passing Javascript variables) Hi, I have a similar issue. But I want to solve this without knowing the field names. I think this can be done using client side WDDX (if it is possible). So my question is how can i generate a WDDX string in the popup window via Javascript? Any idea? -----Original Message----- From: Ben Doom [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:41 PM To: CF-Talk Subject: RE: -OT- Passing Javascript variables It depends on what you mean by 'pass this variable back.' If you just want to stick it in, for example, a hidden form field you could do opener.document.myform.myfield.value = document.popupform.popupfield.value; window.close(); Or something similar. -- Ben Doom Programmer & General Lackey Moonbow Software, Inc : -----Original Message----- : From: Thane Sherrington [mailto:[EMAIL PROTECTED]] : Sent: Monday, February 17, 2003 4:00 PM : To: CF-Talk : Subject: -OT- Passing Javascript variables : : : I have a Javascript script that opens a new window and prompts for input : and then closes. Is there a way to pass this variable back to the parent : window without refreshing it? : : T : : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

