Metode Pengalihan ASP


Referensi Objek Respons Lengkap

Metode Redirect mengarahkan pengguna ke URL yang berbeda.

Sintaksis

Response.Redirect URL

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

Contoh

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

Referensi Objek Respons Lengkap