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
<form method="post">
<input type="text" name="T1">
<input type="button" value="GO" onclick=window.open(+'T1'+.htm)>
</form>
Thanks
Fernando