Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Varibles From A Diaolg Window
Message
De
11/09/2003 15:19:09
 
 
À
03/09/2003 22:43:16
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00825880
Message ID:
00828278
Vues:
17
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform