⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.asp

📁 迅捷网上调查系统管理
💻 ASP
字号:
<!--#include file="../sys.asp"-->
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title></title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("BODY {FONT-FAMILY: \"宋体\", \"宋体\"; FONT-SIZE: 9pt; LINE-HEIGHT: 12pt}");
document.writeln("BR {FONT-FAMILY: \"宋体\", \"宋体\"; FONT-SIZE: 9pt; LINE-HEIGHT: 12pt}");
document.writeln("A {COLOR: #000080;   text-decoration: none}");
document.writeln("A:visited{TEXT-DECORATION: none}");
document.writeln("A:active{TEXT-DECORATION: none}");
document.writeln("A:hover{TEXT-DECORATION: underline overline}");
document.writeln("A:link{text-decoration: none;}");
document.writeln("TABLE {	BORDER-TOP: 1px; BORDER-LEFT: 1px}");
document.writeln("TD {FONT-FAMILY: \"宋体\"; FONT-SIZE: 9pt;BORDER-RIGHT: 1px;BORDER-BOTTOM: 1px;LINE-HEIGHT:18pt}");
document.writeln(".td {font-family: 宋体; font-size: 9pt;background-color:99ccff}");
document.writeln(".td1 {font-family: 宋体; font-size: 9pt;background-color:e8f4ff}");
document.writeln(".td2 {font-family: 宋体; font-size: 9pt;background-color:f2f8ff}");
document.writeln("-->");
document.writeln("</style>");
document.writeln("</head>");
document.writeln("<BODY>");
document.writeln("<BR>");
document.writeln("<DIV align=center></DIV>");
document.writeln("<FORM name=login action=<%=webserveurl%>member/chkuserlogin.asp method=post>");
document.writeln("<DIV align=center>");
document.writeln("    <TABLE borderColor=#0099cc cellSpacing=0 cellPadding=2 width=180 ");
document.writeln("        border=1>");
document.writeln("      <TR> ");
document.writeln("        <TD class=td colspan=\"2\"> ");
document.writeln("          <div align=\"center\">会员登陆</div>");
document.writeln("        </TD>");
document.writeln("      </TR>");
document.writeln("      <TBODY> ");
document.writeln("      <TR> ");
document.writeln("        <TD class=td1 width=54 >用户名:</TD>");
document.writeln("        <TD class=td2 width=84 > ");
document.writeln("          <INPUT type=text  maxLength=20   name=username size=\"12\">");
document.writeln("        </TD>");
document.writeln("      </TR>");
document.writeln("      <TR> ");
document.writeln("        <TD class=td1 width=54>密 码:</TD>");
document.writeln("        <TD class=td2 width=84> ");
document.writeln("          <INPUT type=password maxLength=20 name=password size=\"12\">");
document.writeln("        </TD>");
document.writeln("      </TR>");
document.writeln("      </TBODY> ");
document.writeln("    </TABLE>        ");
document.writeln("    <P>");
document.writeln("      <input type=submit value=开始登录 name=login>");
document.writeln("    </P>");
document.writeln("  </DIV></FORM>");
document.writeln("</BODY></HTML>");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -