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

📄 index.asp

📁 为一网站销售代码
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                  </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">
              &nbsp;</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 + -