Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing variables from javascript to another form
Message
De
19/03/2002 09:30:54
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Passing variables from javascript to another form
Divers
Thread ID:
00634431
Message ID:
00634431
Vues:
42
Hello, I'm trying to send some variables to another window. how i do this?
this is my code, i'm trying to send an information from a database to that window.
<script language=javascript>
		history.go (-2)
		theURL="Llamadas_ok.htm";
		winName="Información";
		_W=window.open(theURL,winName,"resizable=no,width=299,height=180");
		_W.document.title ="Información"; 
		_W.focus();
		_W.moveTo(250,200);
</script>
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform