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