
February 4th, 2005, 02:33 AM
|
|
Contributing User
|
|
Join Date: Apr 2007
Location: Miami, Fl. US
Posts: 522
Time spent in forums: 8 m 29 sec
Reputation Power: 2
|
|
|
Passing variable to third party form....
I have a button that launches 2 separate windows. Code as follows:
<button class="150button" onClick="window.open('skytel/sups.htm','','width=800,height=100,left=0,top=50') ;window.open('http://www.skytel.com/servlet/SendMessage','','width=800,height=540,left=0,top=1 80')">Sups</button>
This open the skytel message send form. I want to know if there is a way I can pass a number to the following input in Skytel's site:
<input type="text" name="recipients" onKeyUp="sm_monitorLinkSavePinsDisable()" tabindex=1 size="27" value="">
That way all we have to do is enter the message.
Is this possible?
|