RE: -OT- Passing Javascript variables

2003-02-18 Thread Thane Sherrington
At 04:40 PM 2/17/03 -0500, Ben Doom wrote: 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(); Thanks. That solved it

-OT- Passing Javascript variables

2003-02-17 Thread Thane Sherrington
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:

RE: -OT- Passing Javascript variables

2003-02-17 Thread Ben Doom
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

Semi OT: Passing JavaScript variables to other CF/JS templates

2000-04-07 Thread Gary McNeel, Jr.
I am trying to find a way to pass a JavaScript variable into a that would use it in another JavaScript code. I am using a JavaScript/CF page that, when the user clicks a button, a JavaScript popup window appears that has a CF calendar in it (thanks to Selena). Users then click on a date and that

RE: Semi OT: Passing JavaScript variables to other CF/JS templates

2000-04-07 Thread Greg
Selene Bainum has a nifty popup calendar at: http://www.webtricks.com/SourceCode/ -Original Message- From: Gary McNeel, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 5:45 PM To: Cf-Talk Subject: Semi OT: Passing JavaScript variables to other CF/JS templates I am trying

RE: Semi OT: Passing JavaScript variables to other CF/JS templates

2000-04-07 Thread Gary McNeel, Jr.
Oops. I finally figured it out. Sorry for the bother folks. -Gary -Original Message- From: Gary McNeel, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 4:45 PM To: Cf-Talk Subject: Semi OT: Passing JavaScript variables to other CF/JS templates I am trying to find