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

How can I redirect the user to different page

Status
Not open for further replies.

d1004

Programmer
May 9, 2002
78
US
In ASP, there's an object function called
Redirect that allows me to redirect the user to a different url page.
Is there a similiar function that exist in Javascript. I know, why
don't I just use ASP. The reason is that I don't want to mess up
the existing codes already.
Thank you so much,
-D1004
 
window.location="...";

And I don't know but isn't ASP completely server side, hence a great reason you would want to use either ASP or Javascript for something like this.

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top