Instructs the browser to load a particular page. (Returns nothing.)
The syntax has the following parts:
The URL of the new page as a string.
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
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |