📄 hycz.asp
字号:
<!--#include file="tools.asp"-->
<HTML>
<HEAD>
<title>会员查找</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<script>
window.resizeTo(300,60);
window.moveTo(screen.width/2-300/2,screen.height/2-60/2);
</script>
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
.tab { font-family: "宋体"; font-size: 9pt;cursor:hand;width:66px;height:22px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function window_onresize() {
window.resizeTo(300,60);
window.moveTo(screen.width/2-300/2,screen.height/2-60/2);
}
function sCZ_onclick() {
if (tNC.value == '') {
window.alert ('请输入查找的昵称!')
return(false);
}
l = screen.width/2-500/2;
t = screen.height/2-250/2;
window.open('grzl.asp?NC='+tNC.value,'fGRZL','scrollbars=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,width=500,height=250,left='+l+',top='+t);
}
//-->
</SCRIPT>
</HEAD>
<body style="BACKGROUND-COLOR: buttonface; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-RIGHT: medium none; BORDER-TOP: medium none; PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" LANGUAGE="javascript" onresize="return window_onresize()">
<fieldset style="HEIGHT: 100%; WIDTH: 100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px">
<tr align=center>
<td class="p9" height="60" vAlign=center>昵 称:<input id="tNC" name="tNC" style="HEIGHT: 22px; WIDTH: 120px" class =p9> <input type="button" id="sCZ" name="sCZ" value="查找" class=tab LANGUAGE=javascript onclick="return sCZ_onclick()">
</td>
</tr>
</table>
</fieldset>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -