?? refreshpage.asp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
<title><%=pagetitle%>--手動刷新頁面</title>
<script language="javascript">
<!--
function timeurl()
{
var now=new Date();
return now.getTime();
}
//-->
</script>
<style type="text/css">
<!--
input,body,table{font-size:12px}
body{width:120px;background:#0099cc;text-align:center;vertical-align:center;}
form{margin:0;padding:0}
.button{background:#00aead;color:#000090;border:solid 1px #ffffff;width:100px;height:20px;margin:2px 0;padding-top:1px;}
-->
</style>
<body>
<form>
<input type="button" class="button" name="refreshonline" value="【刷新名單】" onclick="top.online.location.href='online.asp?ntime='+timeurl()"><br>
<input type="button" class="button" name="refreshonline" value="【刷新屏幕】" onclick="top.main.location.href='main.asp?ntime='+timeurl()"><br>
<input type="button" class="button" name="refreshonline" value="【退出聊天】" onclick="top.window.location.href='loginout.asp?ntime=<%=ntime%>'"><br>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -