test.asp 73 B

1234
  1. <%@ language=python%>
  2. <html>
  3. <%Response.Redirect("test1.html")%>
  4. </html>