View Source
Go Back to /jang/books/webprog/06asp/example/response/addHeader.asp
Go Back to WWW sandbox
<%@language=JScript%>
<%Response.AddHeader("Refresh", "3; URL=http://www.cs.nthu.edu.tw");%>
<%title="Response.addHeader 的範例"%>
<!--#include file="../head.inc"-->
<hr>
此網頁在三秒後會連到清大資訊系首頁!
<hr>
<!--#include file="../foot.inc"-->