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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple question to open a new page

Status
Not open for further replies.

mary555

Programmer
Joined
Nov 9, 2005
Messages
185
Location
CA
in vbscript, how would i redirect to a new page (with passing parameters). I have

<SCRIPT LANGUAGE="VBScript">
<!--
Sub Button1_OnClick


HERE I WANT TO REDIRECT AUTOMATICALLY TO A NEW PAGE
End Sub
-->
</SCRIPT>

 
> HERE I WANT TO REDIRECT AUTOMATICALLY TO A NEW PAGE
[tt] surl=" 'some variable
window.location.href=surl[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top