faqts : Computers : Programming : Languages : Asp : ASP/VBScript : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 2 people (50%) answered Yes
Recently 1 of 2 people (50%) answered Yes

Entry

Does Any1 know how to redirect from an asp page, without using a browser

Nov 2nd, 2005 09:10
Jason Benson, kirwin Paulsen,


I don't know what you mean by "without using a browser."  Do you mean 
without using the Refresh metatag?

IF so then yes, you can use:  

<% Response.Redirect("YourPage.asp") %>

Or if you are just wanting to call a pages functions from within 
another page:

<% Server.Execute("YouPage.asp") %>

Hope that helps
JB



© 1999-2004 Synop Pty Ltd