Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox to reach web page

Status
Not open for further replies.

dominiopt

Technical User
Sep 10, 2001
75
PT
I all, i need to open several web pages inputing their name in one textbox. Example T1=PageA this should open the web page PageA.htm, however i miss the code for this. Can someone help me ?

<form method="post">
<input type="text" name="T1">
<input type="button" value="GO" onclick=window.open(+'T1'+.htm)>
</form>

Thanks
Fernando
 
Alternatively, you could also use a floating iframe.


Tracy Dryden

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top