Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing variables from javascript to another form
Message
From
19/03/2002 09:30:54
 
 
To
All
General information
Forum:
Internet
Category:
Javascript
Title:
Passing variables from javascript to another form
Miscellaneous
Thread ID:
00634431
Message ID:
00634431
Views:
43
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
Next
Reply
Map
View

Click here to load this message in the networking platform