<%@ Language=VBScript %> <% Response.Status="301 Moved Permanently" Response.AddHeader "Location", " http://www.example.com/new_directory/newpage.html" Response.End %> Untitled Document