ASP Redirect Method
Definition and Usage
Ang Redirect method ay nagre-re direkt ang user sa ibang URL.
Syntax
Response.Redirect URL
Parameters | Description |
---|---|
URL | Mandatory. Ang URL kung saan ang user browser ay iredirekta. |
Example
<% Response.Redirect "http://www.codew3c.com" %>