refreshpage.asp

来自「一个聊天室程序.希望大家喜欢」· ASP 代码 · 共 30 行

ASP
30
字号
<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 + =
减小字号Ctrl + -
显示快捷键?