<%@ Language=VBScript %> <% Option explicit Response.Buffer = true Response.Status= "301 Moved Permanently" Response.AddHeader "Location","Scripts/default.asp" Response.end %>