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

📄 tmp6ytyctjzjl.asp

📁 client relation management system
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Randomize
'Do While Len(num)<4              '循环4次,产生4位
'num1=CStr(Chr((68-59)*rnd+48))   '产生0至9的随机数
'num=num&num1
'loop
num=int(9000*rnd+1000)
session("num")=num
%>

<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">

<!--
body,td,th {
	font-size: 12px;
}
-->

</style>
<link rel="stylesheet" title="对于“在浏览器中预览”为禁用: css/css.css" type="text/css">
<style type="text/css">
<!--

.listTitle 
  {
	font-size: 10pt;
	color: #FFFFFF;
	height: 18px;
	background-position: center;
	;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 
  1px;
	border-left-width: 1px;
	background-color: #000099;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6FFFF;
	border-right-color: #2F426F;
	border-bottom-color: #2F426F;
	border-left-color: #E6FFFF;
}
.table {
	border: 1px solid #000000;
}
.list {
	background-color: #ECF9FF;
}
.input {
	background-image: url(images/inputbg.gif);
	border: 1px groove;
}
	body {
    SCROLLBAR-FACE-COLOR: #C6D6FD;
    SCROLLBAR-HIGHLIGHT-COLOR: #4D6185;
    SCROLLBAR-SHADOW-COLOR: #4D6185;
    SCROLLBAR-3DLIGHT-COLOR: #C6D6FD;
    SCROLLBAR-ARROW-COLOR: #4D6185;
    SCROLLBAR-TRACK-COLOR: #F0F0F0;
    SCROLLBAR-DARKSHADOW-COLOR:#C6D6FD;
    SCROLLBAR-BASE-COLOR: #4D6185;
}

.in {
	background-color: #FFFFFF;
	border-top: thin none;
	border-right: thin none;
	border-bottom: 1px groove #000000;
	border-left: thin none;
}
.fiedset {
	border: 1px solid #000099;
}


-->
</style>
<style type="text/css">

<!--
.style1 {color: #FF0000}
-->

</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_setTextOfTextfield(objName,x,newText) { //v3.0
  var obj = MM_findObj(objName); if (obj) obj.value = newText;
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (index.psd) -->
<p>&nbsp;</p>
<p>&nbsp;</p>
<form name="form1" method="post" action="check.asp?action=login">
  <table width="630" height="415" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
      <td colspan="6"> <img src="images/index_01.gif" width="630" height="194" alt=""></td>
    </tr>
    <tr>
      <td rowspan="4"> <img src="images/index_02.gif" width="117" height="221" alt=""></td>
      <td colspan="4" width="234" height="80"><table width="100%"  border="0" cellspacing="0">
          <tr>
            <td width="26%">用户名:</td>
            <td colspan="2"><input name="admin_name" type="text" class="table" id="admin_name" style="height:20px;width:150px">
              <input name="num1" type="hidden" id="num1" value="<%=session("num")%>">
            </td>
          </tr>
          <tr>
            <td>密 码:</td>
            <td colspan="2"><input name="admin_pwd" type="password" class="table" id="admin_pwd" size="20" style="height:20px;width:150px"></td>
          </tr>
          <tr>
            <td>验证码:</td>
            <td width="30%"><input name="num" type="text" class="table" id="num" size="4" maxlength="4"></td>
            <td width="44%"><span class="style1"><%=session("num")%></span></td>
          </tr>
      </table></td>
      <td rowspan="4"> <img src="images/index_04.gif" width="279" height="221" alt=""></td>
    </tr>
    <tr>
      <td> <img src="images/index_05.gif" width="23" height="25" alt=""></td>
      <td width="85" height="25"><input name="Submit" type="image" value="提交" src="images/index_06.gif"></td>
      <td> <a href="javascript:;" onClick="MM_setTextOfTextfield('admin_name','','');MM_setTextOfTextfield('admin_pwd','','');MM_setTextOfTextfield('num','','')"><img src="images/index_07.gif" alt="" width="82" height="25" border="0"></a></td>
      <td> <img src="images/index_08.gif" width="44" height="25" alt=""></td>
    </tr>
    <tr>
      <td colspan="4"> <img src="images/index_09.gif" width="234" height="8" alt=""></td>
    </tr>
    <tr>
      <td colspan="4"> <img src="images/index_10.gif" width="234" height="108" alt=""></td>
    </tr>
  </table>
</form>
<!-- End ImageReady Slices -->
</body>
</html>

⌨️ 快捷键说明

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