返回列表 上一主題 發帖

[轉貼] '背景執行後自動回上一頁

[轉貼] '背景執行後自動回上一頁

背景執行後自動回上一頁


<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>

        靜思自在 : 人事的艱難與琢磨,就是一種考驗。
返回列表 上一主題