?? register2.htm
字號(hào):
<HTML>
<HEAD>
<TITLE>快狗用戶注冊(cè)</TITLE>
<meta http-equiv="expires" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript">
<!--
//檢查輸入數(shù)據(jù)是否正確函數(shù)
function check_form(thisForm)
{
if (thisForm.yhm.value=="")
{
alert("請(qǐng)輸入用戶名!")
thisForm.yhm.focus();
return (false);
}
var checkOK="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_";
var checkStr=thisForm.yhm.value;
var allValid = true;
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
}
if (!allValid)
{
alert("用戶名只能輸入字母和數(shù)字!");
thisForm.yhm.focus();
return(false);
}
if (thisForm.mm.value=="")
{
alert("請(qǐng)輸入您的用戶密碼!");
thisForm.mm.focus();
return (false);
}
if (thisForm.mm.value!=thisForm.mmqr.value)
{
alert("您兩次輸入的密碼不一致!");
thisForm.mmqr.focus();
return (false);
}
if (thisForm.lc.value=="")
{
alert("請(qǐng)輸入昵稱!");
thisForm.lc.focus();
return (false);
}
if (thisForm.oicq.value!="")
{
var checkOK="0123456789";
var checkStr=thisForm.oicq.value;
var allValid = true;
for (i = 0; i < checkStr.length; i++)
{
ch = checkStr.charAt(i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt(j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
}
if (!allValid)
{
alert("請(qǐng)輸入正確的OICQ號(hào)碼!");
thisForm.oicq.focus();
return (false);
}
}
var grzy=thisForm.grzy1.value;
if (thisForm.mc1.value=="")
{
alert("請(qǐng)輸入主頁(yè)名稱!");
thisForm.mc1.focus();
return (false);
}
if (grzy.toUpperCase()=="HTTP://" || grzy.toUpperCase()=="")
{
alert("請(qǐng)輸入主頁(yè)地址!");
thisForm.grzy1.focus();
return (false);
}
if (thisForm.lx1.value=="請(qǐng)選擇")
{
alert("請(qǐng)選擇主頁(yè)類(lèi)型!");
thisForm.lx1.focus();
return (false);
}
if (thisForm.dzyj.value=="")
{
alert("請(qǐng)輸入電子郵件!");
thisForm.dzyj.focus();
return (false);
}
if (thisForm.jj.value=="")
{
alert("請(qǐng)輸入網(wǎng)站簡(jiǎn)介!");
thisForm.jj.focus();
return (false);
}
return(true);
}
-->
</script>
</HEAD>
<BODY bgColor=#ffffff leftMargin=2 topMargin=2>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=760>
<TBODY>
<TR>
<TD width=721> </TD>
<TD background="" rowSpan=2 width=35> </TD>
</TR>
<TR>
<TD align=right vAlign=top width=721 height="576">
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD height=15><IMG height=12 src="../qqpic/register1_r1_c2.gif"
width=12> <font color="#ff0000">用戶注冊(cè)</font>(請(qǐng)盡量填寫(xiě)真實(shí)資料,便于聯(lián)系)</TD>
<TD height=15 width="27%"> </TD>
</TR>
</TBODY>
</TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="95%" style="HEIGHT: 302px; WIDTH: 688px">
<TBODY>
<TR>
<TD width="3%"> </TD>
<TD width="95%"> </TD>
<TD width="2%"> </TD>
</TR>
<TR>
<TD width="3%"><IMG height=16 src="../qqpic/td_left_top.gif"
width=20></TD>
<TD background=../qqpic/td_bg_top.gif width="95%"> </TD>
<TD width="2%"><IMG height=16 src="../qqpic/td_right_top.gif"
width=18></TD>
</TR>
<TR>
<TD background=../qqpic/td_bg_left.gif width="3%" height="495"> </TD>
<TD vAlign=top width="95%" height="495">
<SCRIPT src="../qqpic/check.js"></SCRIPT>
<FORM action="register_write.asp" method="post" name="form" onsubmit="return check_form(this)">
<TABLE border=0 cellPadding=0 cellSpacing=0 width=647>
<TBODY>
<TR>
<TD width=92> </TD>
<TD width=422> </TD>
<TD rowSpan=12 vAlign=top width=127>
<P><IMG height=28 src="../qqpic/register1_r7_c8.gif"
width=94><BR>
<BR>
1、表單中有<font color="#ff0000">*</font>號(hào)的項(xiàng)目為必填項(xiàng),其它項(xiàng)目是可選項(xiàng)。</P>
<P>2、簡(jiǎn)介最多只能輸入50個(gè)漢字。</P>
</TD>
</TR>
<TR>
<TD height=24 width=92>用戶名:</TD>
<TD height=24 width=422>
<INPUT maxLength=10 name=yhm>
<font color="#ff0000">*</font>1-10個(gè)英文字母或數(shù)字</TD>
</TR>
<TR>
<TD height=24 width=92>用戶密碼:</TD>
<TD height=24 width=422>
<INPUT maxLength=16 name=mm
type=password>
<font color="#ff0000">*</font>1-16個(gè)字母或數(shù)字</TD>
</TR>
<TR>
<TD height=24 width=92>密碼確認(rèn):</TD>
<TD height=24 width=422>
<input maxlength=16 name=mmqr
type=password>
<font color="#ff0000">*</font>重復(fù)輸入用戶密碼</TD>
</TR>
<TR>
<TD height=24 width=92>昵稱:</TD>
<TD height=24 width=422>
<INPUT maxLength=6 name=lc>
<font color="#ff0000">*</font>1-6個(gè)字母或漢字</TD>
</TR>
<TR>
<TD height=24 width=92>OICQ:</TD>
<TD height=24 width=422>
<INPUT maxLength=9 name=oicq
size=9>
</TD>
</TR>
<TR>
<TD height=25 width=92>主頁(yè)名稱:</TD>
<TD height=24 width=422> <input type="text" name="mc1" size="42"><font color="#FF0000">
*</font>
</TD>
</TR>
<tr>
<TD height=25 width=92>主頁(yè)地址:</TD>
<TD height=14 width=422> <INPUT maxLength=50 name=grzy1 size=42
value=http://>
<font color="#ff0000">*</font>
</TD>
</tr>
<tr>
<TD height=25 width=92>主頁(yè)類(lèi)型:</TD>
<TD height=22 width=422> <select size="1" name="lx1">
<option selected value="請(qǐng)選擇">請(qǐng)選擇</option>
<option value="綜合門(mén)戶">綜合門(mén)戶</option>
<option value="電腦網(wǎng)絡(luò)">電腦網(wǎng)絡(luò)</option>
<option value="國(guó)家地區(qū)">國(guó)家地區(qū)</option>
<option value="政府機(jī)關(guān)">政府機(jī)關(guān)</option>
<option value="電信通訊">電信通訊</option>
<option value="休閑娛樂(lè)">休閑娛樂(lè)</option>
<option value="生活資訊">生活資訊</option>
<option value="文化藝術(shù)">文化藝術(shù)</option>
<option value="科學(xué)教育">科學(xué)教育</option>
<option value="游戲世界">游戲世界</option>
<option value="體育健身">體育健身</option>
<option value="工商經(jīng)濟(jì)">工商經(jīng)濟(jì)</option>
<option value="金融投資">金融投資</option>
<option value="新聞媒體">新聞媒體</option>
<option value="情感交流">情感交流</option>
<option value="女性天地">女性天地</option>
<option value="衛(wèi)生保健">衛(wèi)生保健</option>
<option value="其他類(lèi)別">其他類(lèi)別</option>
</select> <font color="#FF0000">*</font>
</TD>
</tr>
<TR>
<TD height=24 width=92>電子郵件:</TD>
<TD height=24 width=422>
<INPUT maxLength=25 name=dzyj size=48
style="HEIGHT: 22px; WIDTH: 333px">
<font color="#ff0000">*</font></TD>
</TR>
<TR>
<TD height=24 vAlign=top width=92>網(wǎng)站簡(jiǎn)介:</TD>
<TD height=24 width=422>
<TEXTAREA cols=45 name=jj rows=6 style="height: 102; width: 332">請(qǐng)?jiān)诖颂钊刖W(wǎng)站簡(jiǎn)介,便于聯(lián)系和宣傳,不超過(guò)50漢字。</TEXTAREA>
<font color="#ff0000">*</font></TD>
</TR>
<TR>
<TD colSpan=3 height=4 width="645"> </TD>
</TR>
<TR>
<TD align="middle" colSpan=2 width="516">
<p align="center">
<INPUT id=button1 name=button1 style="FONT-FAMILY: 宋體; FONT-SIZE: 9pt" type="submit" value="取得代碼">
</p>
</TD>
</TR>
</TBODY>
</TABLE>
</FORM>
</TD>
<TD background=../qqpic/td_bg_right.gif width="2%" height="495"> </TD>
</TR>
<TR>
<TD width="3%" height="2"><IMG height=21 src="../qqpic/td_left_bottom.gif"
width=20></TD>
<TD background=../qqpic/td_bg_bottom.gif width="95%" height="2"> </TD>
<TD width="2%" height="2"><IMG height=21
src="../qqpic/td_right_bottom.gif"
width=18></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY></HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -