📄 do.asp
字号:
<!--#INCLUDE FILE="config.asp"-->
<html>
<head>
<title>功能区</title>
<script language="JavaScript">
<!--
function openwin(win,url,w,h)
{ parameter = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width="+w+",height="+h+"" ;
window.open(url,win,parameter); }
function turnon(obj1)
{ obj1.style.background="#FFD324";
obj1.style.color="#008080";
obj1.style.cursor="hand" }
function turnoff(obj1)
{ obj1.style.background="#FFD324";
obj1.style.color="#008080" }
if (self==top)
{top.location="index.asp";}
//-->
</script>
<style type="text/css">
<!--
td { font-size: 9pt; color: "#008080" }
A:link { text-decoration: none;}
A:visited { text-decoration: none;}
A:active { text-decoration: none;}
A:hover { text-decoration: none;}
-->
</style>
</head>
<body bgcolor="#FFD324">
<div align="center">
<table border="0" width="100%" cellspacing="0" align="center">
<tr>
<td align="center"><input type="button" value="刷新名单" onclick="parent.frm_user.location.href='user.asp'"></td>
</tr>
<tr>
<td align="center"><input type="button" value="刷新屏幕" onclick="parent.frm_msg.location.href='msg.asp'" ></td>
</tr>
<tr>
<td align="center"><input type="button" value="修改资料" onclick="javascript:window.open('changeinfo.asp','修改资料','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=200,height=300')"></td>
</tr>
<tr>
<td align="center"><input type="button" value="离开聊天" onclick="parent.location.href='logout.asp'"></td>
</tr>
</table>
</div></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -