Metoda přesměrování ASP


❮ Dokončete referenci objektu odezvy

Metoda Redirect přesměruje uživatele na jinou adresu URL.

Syntax

Response.Redirect URL

Parameter Description
URL Required. The URL that the user (browser) is redirected to

Příklady

<%
Response.Redirect "https://www.w3schools.com"
%>

❮ Dokončete referenci objektu odezvy