?? index.asp
字號:
</tr>
</table>
</div>
</td>
</tr>
<%elseif str(4)="月季年" then%>
<tr>
<td height="15" width="154" align="right"> 游戲卡類型: </td>
<td height="15" width="406">
<input type="hidden" name="server1">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="61%">
<tr>
<td width="25%" align="center">
<p align="left">
<input type="radio" value="V1" checked name="cardtype" onclick='javascript:ShowHtml("V1")'>
月卡</p>
</td>
<td width="25%" align="center">
<input type="radio" name="cardtype" value="V2" onclick='javascript:ShowHtml("V2")'>
季卡 </td>
<td width="25%" align="center">
<input type="radio" name="cardtype" value="V3" onclick='javascript:ShowHtml("V3")'>
半年卡 </td>
<td width="25%">
<p align="right">
<input type="radio" name="cardtype" value="V4" onclick='javascript:ShowHtml("V4")'>
年卡</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
<%else%>
<tr>
<td width="154">
<input type="hidden" name="cardtype">
</td>
</tr>
<%end if%>
<tr>
<td height="15" width="154" align="right"> 夢幻伴侶注冊卡號:</td>
<td height="15" width="406">
<input name="CardId" type="text" id="CardId" size="10" maxlength="20">
<span id="card2">
<input type="text" name="T1" size="10" maxlength="20">
</span> <span id="card3">
<input type="text" name="T2" size="10" maxlength="20">
</span> <span id="card4">
<input type="text" name="T3" size="10" maxlength="20">
</span> </td>
<tr>
<td height="15" width="154" align="right"> 夢幻伴侶注冊密碼: </td>
<td height="15" width="406">
<input name="CardPwd" type="text" id="CardPwd" size="10" maxlength="20">
<span id="pw2">
<input name="T4" size="10" maxlength="20">
</span> <span id="pw3">
<input type="text" name="T5" size="10" maxlength="20">
</span> <span id="pw4">
<input type="text" name="T6" size="10" maxlength="20">
</span> </td>
<tr>
<td width="154" align="right" height="25">游戲角色數字ID:</td>
<td align="left" width="406" height="25">
<input name="GameId" type="text" id="GameId" size="6" maxlength="6">
</td>
</tr>
<tr>
<td width="154" align="right" height="25">自設六位數字登陸密碼:</td>
<td align="left" width="406" height="25">
<input name="Name" type="text" id="Name" size="6" maxlength="6">
</td>
</tr>
<tr>
<td width="154" align="right" height="25">您的電話:</td>
<td align="left" width="406" height="25">
<input name="ContactTel" type="text" id="ContactTel" size="20" maxlength="20">
</td>
</tr>
<tr>
<td width="154" align="right" height="25">您的QQ號:</td>
<td align="left" width="406" height="25">
<input name="Oicq" type="text" id="Oicq" size="12" maxlength="12">
</td>
</tr>
<tr>
<td width="154" align="right" height="25">聯系Email:</td>
<td align="left" width="406" height="25">
<input name="Email" type="text" id="Email" size="25">
</td>
</tr>
<tr>
<td width="154" align="right" height="25"></td>
<td align="left" width="406" height="25">
<input type="submit" name="Submit" value="注冊" onClick="javascript:return check_null(gamelist.value,area.value,server1.value,cardtype.value,CardId.value,T1.value,T2.value,T3.value,CardPwd.value,T4.value,T5.value,T6.value,GameId.value,Name.value,ContactTel.value,Oicq.value,Email.value);">
<input type="reset" name="Submit2" value="重 填">
<a href="query.htm" alt="查詢你的注冊情況">您可以在這里點<b>擊查</b>詢您是否開通</a> </td>
</tr>
</form>
</table>
<script language=javascript>
function ShowHtml(gt){
var strGT=""
strGT=gt
if (strGT=="V2"){
card2.style.visibility ="visible"
pw2.style.visibility ="visible"
regform.T1.disabled=false
regform.T4.disabled=false
card3.style.visibility ="hidden"
pw3.style.visibility ="hidden"
card4.style.visibility ="hidden"
pw4.style.visibility ="hidden"
regform.T2.disabled=true
regform.T3.disabled=true
regform.T5.disabled=true
regform.T6.disabled=true
}else{
if (strGT=="V3"){
card2.style.visibility ="visible"
pw2.style.visibility ="visible"
card3.style.visibility ="visible"
pw3.style.visibility ="visible"
card4.style.visibility ="hidden"
pw4.style.visibility ="hidden"
regform.T1.disabled=false
regform.T2.disabled=false
regform.T3.disabled=true
regform.T4.disabled=false
regform.T5.disabled=false
regform.T6.disabled=true }
else{
if (strGT=="V4"){
card2.style.visibility ="visible"
pw2.style.visibility ="visible"
card3.style.visibility ="visible"
pw3.style.visibility ="visible"
card4.style.visibility ="visible"
pw4.style.visibility ="visible"
regform.T1.disabled=false
regform.T2.disabled=false
regform.T3.disabled=false
regform.T4.disabled=false
regform.T5.disabled=false
regform.T6.disabled=false
}
else{
card2.style.visibility ="hidden"
pw2.style.visibility ="hidden"
card3.style.visibility ="hidden"
pw3.style.visibility ="hidden"
card4.style.visibility ="hidden"
pw4.style.visibility ="hidden"
regform.T1.disabled=true
regform.T2.disabled=true
regform.T3.disabled=true
regform.T4.disabled=true
regform.T5.disabled=true
regform.T6.disabled=true
}
}
}
}
card2.style.visibility ="hidden"
pw2.style.visibility ="hidden"
card3.style.visibility ="hidden"
pw3.style.visibility ="hidden"
card4.style.visibility ="hidden"
pw4.style.visibility ="hidden"
regform.T1.disabled=true
regform.T2.disabled=true
regform.T3.disabled=true
regform.T4.disabled=true
regform.T5.disabled=true
regform.T6.disabled=true
</script>
</td>
</tr>
<tr>
<td width="601" height="2" valign="top">
<p><font size="2" color="#FF0000"><b>注意:注冊成功后,夢幻伴侶注冊卡號就是登陸伴侶的帳號,自設六位數字登陸密碼就是</b></font><font size="2" color="#FF0000"><b>陸伴侶的密碼。</b></font></p>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -