Redirect Method

Applies To   See Also  

Instructs the browser to load a particular page. (Returns nothing.)

Syntax

Response.Redirect URLString

Parts

The syntax has the following parts:

URLString

The URL of the new page as a string.

Remarks

You should use Response.Redirect near the top of the page, so that it's executed before anything else is written to the client browser. If you need to redirect the client browser to another page after other items have been written to the client browser, use the Write Method for example:

Response.Write "<meta http-equiv='REFRESH' content='0;URL=SomePage.htm'>"



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com