?? reg.htm
字號(hào):
<html>
<head>
<title>申請(qǐng)一個(gè)我的客戶管理系統(tǒng)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,table {font-size: 9pt; font-family: 宋體}
input { font-size: 9pt; color: #000000; padding-top: 3px}
.c { font-family: 宋體; font-size: 9pt; font-style: normal; line-height: 12pt; font-weight: normal; font-variant: normal; text-decoration: none}
--></style>
</head>
<script Language="JavaScript">
<!--
function Form1_Validator(theForm)
{
if (theForm.mclass_folder.value == "")
{
alert("系統(tǒng)名稱必須填寫!");
theForm.mclass_folder.focus();
return (false);
}
if (theForm.name.value == "")
{
alert("用戶名必須填寫!");
theForm.name.focus();
return (false);
}
if (theForm.name.value.length >16)
{
alert("用戶名填寫是否正確?請(qǐng)確認(rèn)!");
theForm.name.focus();
return (false);
}
if (theForm.pass.value == "")
{
alert("用戶密碼必須填寫!");
theForm.pass.focus();
return (false);
}
if (theForm.rpass.value == "")
{
alert("用戶密碼必須填寫!");
theForm.rpass.focus();
return (false);
}
if (theForm.rq.value == "")
{
alert("用戶密碼提示問(wèn)題必須填寫!");
theForm.rq.focus();
return (false);
}
if (theForm.aq.value == "")
{
alert("用戶密碼提示答案必須填寫!");
theForm.aq.focus();
return (false);
}
if (theForm.waifenye.value.length <1)
{
alert("分頁(yè)設(shè)置不得為空!");
theForm.waifenye.focus();
return (false);
}
if (theForm.fenye.value.length <1)
{
alert("分頁(yè)設(shè)置不得為空!");
theForm.fenye.focus();
return (false);
}
if (theForm.fenye.value == "0")
{
alert("分頁(yè)設(shè)置不得為“0”!");
theForm.fenye.focus();
return (false);
}
if (theForm.waifenye.value == "0")
{
alert("分頁(yè)設(shè)置不得為“0”!");
theForm.waifenye.focus();
return (false);
}
{
var txt = theForm.fenye.value;
if(checknumber(txt))
{
alert("分頁(yè)只允許輸入數(shù)字!");
return false;
}
var txt2 = theForm.waifenye.value;
if(checknumber(txt2))
{
alert("分頁(yè)只允許輸入數(shù)字!");
return false;
}
return true;
}
function checknumber(String)
{
var Letters = "1234567890";
var i;
var c;
for( i = 0; i < String.length; i ++ )
{
c = String.charAt( i );
if (Letters.indexOf( c ) ==-1)
{
return true;
}
}
return false;
}
return (true);
}
//-->
</script>
<body text="#000000" link="#000080" alink="#800000" vlink="#000080" topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
<p align="center">
<br>
申請(qǐng)一個(gè)我的客戶管理系統(tǒng)</p>
<form action="regsave.asp" method="POST" onsubmit="return Form1_Validator(this)" >
<ul>
<div align="center">
<center>
<center>
<table border="0" cellspacing="1" cellpadding="0" width="554" height="313" bgcolor="#DADADA" style="font-size: 9pt; font-family: 宋體" id="table1">
<tr>
<td height="25" bgcolor="#EBEBEB" colspan="2">
必填信息</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">系統(tǒng)<font size="2" class="c">名稱 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="mclass_folder" size="16" maxlength="12">
<font size="2" class="c"><font color="#CC0000">
** </font></font>(您所申請(qǐng)的系統(tǒng)的名稱) </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right"><font size="2" class="c">用 戶 名 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="name" size="16" maxlength="12">
<font size="2" class="c"><font color="#CC0000">
** </font></font>(不能有<b><font size="2" class="c" color="#FF0000">空格</font></b>,可以使用中文匿名) </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">您<font size="2" class="c">的密碼 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="password" name="pass" size="13" maxlength="16"><font size="2" class="c" ><font color="#CC0000">
**</font></font>
(該密碼將用于登錄系統(tǒng))</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right"><font size="2" class="c">密碼確認(rèn) </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="password" name="rpass" size="13" maxlength="16"><font size="2" class="c"><font color="#CC0000"> **</font></font>
(重新輸入一次您的密碼)</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">密碼提示 </p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="text" name="rq" size="27" maxlength="27">
<font size="2" class="c"><font color="#CC0000">** </font></font>(如:我是誰(shuí)?) </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">提示答案 </p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="text" name="aq" size="27" maxlength="27"><font size="2" class="c"><font color="#CC0000"> **</font></font>
(答案:我是我) </td>
</tr>
<tr>
<td height="25" bgcolor="#EBEBEB" colspan="2">
非必填資料</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">真實(shí)姓名
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="ming" size="27" maxlength="100"> </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">性 別
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="radio" value="0" name="sex" checked>男
<input type="radio" value="1" name="sex">女 </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right"><font size="2" class="c">我的公司 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="url" size="27" maxlength="100"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">我的部門
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="bumen" size="27" maxlength="100"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">我的職務(wù)
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="zhiwu" size="27" maxlength="100"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">我的電話 </td>
<td height="25" bgcolor="#FFFFFF">
<input name="phone" size="27" maxlength="100"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">我的手機(jī)
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="mobile" size="27" maxlength="100"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">電子<font size="2" class="c">郵件
</font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input maxlength="50" name="email" size="27"><font size="2" class="c"><font color="#CC0000"> </font>
</font>(如:cgamez@163.com) </td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">個(gè)人<font size="2" class="c">簡(jiǎn)介 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<textarea rows="3" name="show" cols="54"></textarea></td>
</tr>
<tr>
<td height="25" bgcolor="#EBEBEB" colspan="2">
其他信息</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">外頁(yè)分頁(yè)顯示數(shù) </td>
<td height="25" bgcolor="#FFFFFF">
<input name="waifenye" size="27" maxlength="100" value="10"> 外頁(yè)每頁(yè)顯示內(nèi)容條數(shù)</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">內(nèi)頁(yè)分頁(yè)顯示數(shù)
</td>
<td height="25" bgcolor="#FFFFFF">
<input name="fenye" size="27" maxlength="100" value="10"> 內(nèi)頁(yè)每頁(yè)顯示內(nèi)容條數(shù)</td>
</tr>
</table>
<br>
<br>
<font size="3" class="c" color="#000000">
<input type="submit" name="Submit" value="申請(qǐng)">
<input type="RESET" name="Reset0" value="還原"><input type="HIDDEN" name="action" value="RegSubmit">
</font>
</center>
</center>
</div>
</ul>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -