Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Varibles From A Diaolg Window
Message
From
11/09/2003 15:19:09
 
 
To
03/09/2003 22:43:16
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00825880
Message ID:
00828278
Views:
18
>Hi All,
>
>I'm trying to pass some variables from a few input boxs in a dialog window to a underlying window of which I want the variables to go into a textarea.
>
>Could some one shed some light on how to do this please?
>
>Any help is appreciated.
>
>Kind Regards,
>Tarran Walker

In the dialog window, grab a reference to window.opener, which is the standard obj ref to the calling window. From there, step down the DOM to the text area (with, of course, some validation that the textarea exists).

My favorite location for DHTML answers are here

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtml_reference_entry.asp
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform