<html>
<head>
<script language="vbscript">
function closefresh()
window.opener.location.reload()
window.close()
end function
</script>
</head>
<body>
<h3>添加文件成功...</h3>
<br>
<p> </p>
<p> </p>
<center>
<input type="button" name="button" onClick="closefresh()" value="關(guān)閉窗口">
</center>
</body>
</html>
挑選其中的代碼寫在update.asp里就可以了,關(guān)閉窗口就是關(guān)閉update.asp
|