- 帖子
- 19
- 主題
- 16
- 精華
- 0
- 積分
- 40
- 點名
- 0
- 作業系統
- Windows xp
- 軟體版本
- Office 2003
- 閱讀權限
- 10
- 註冊時間
- 2010-5-19
- 最後登錄
- 2015-3-17
|
背景執行後自動回上一頁
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>新網頁1</title>
<script language="javascript">
Function test()
{
window.history.back();
}
</script>
</head>
<body>
<%
Response.Write "<script>test()</script>"
%>
</body>
</html> |
|