主頁 > 知識庫 > HTML繪制用戶注冊頁面

HTML繪制用戶注冊頁面

熱門標簽:朝陽自動外呼系統(tǒng) 400電話是在哪里申請 地圖標注地點下載 昌邑外呼系統(tǒng) 400電話辦理尚景 默納克系統(tǒng)外呼顯示inns 東莞人工外呼系統(tǒng)多少錢 周口導(dǎo)航地圖標注 商丘電話自動外呼系統(tǒng)怎么收費

本文實例為大家分享了HTML繪制用戶注冊頁面的具體實現(xiàn)代碼,供大家參考,具體內(nèi)容如下

XML/HTML Code復(fù)制內(nèi)容到剪貼板
  1. <html>  
  2.    <head>  
  3.      <script>  
  4.         function aa()   
  5.         {   
  6.            var s;   
  7.            s=reg.user.value;   
  8.            alert("用戶名是"+s);   
  9.              }   
  10.         function aa2(t)   
  11.         {   
  12.            var p1,p2;    
  13.             alert(t);   
  14.             p1=reg.pass1.value;   
  15.             p2=reg.pass2.value;   
  16.             if(p1!=p2)   
  17.               alert("兩次密碼不一致");   
  18.   
  19.             }   
  20.   
  21.      </script>  
  22.    </head>  
  23.    <body>  
  24.      <h1 align="center">注冊</h1>  
  25.      <table align="center" border="2" width="400" bgcolor="pink">  
  26.       <form name="reg">  
  27.         <tr><td>用戶名</td><td><input type="text" name="user"></td></tr>  
  28.         <tr><td>密碼</td><td><input type="password" name="pass1"></td></tr>  
  29.         <tr><td>確認密碼</td><td><input type="password" name="pass2"  onblur="aa2(this)"></td></tr>  
  30.          <tr><td>性別</td><td><input type="radio" name="sex" value="1"><input type="radio" name="sex" value="2" checked></td></tr>  
  31.           <tr><td>愛好</td><td><input type="checkbox" name="hb1" value="ft">足球 <input type="checkbox" name="hb2" value="ms">音樂<input    
  32.   
  33. type="checkbox" name="hb3" value="tor" />旅游</td></tr>  
  34.           <tr><td colspan="2"><input type="file" name="f1" /></td></tr>  
  35.   
  36.           <tr><td>學(xué)院</td><td>  
  37.                           <select name="s">  
  38.                             <option value="1"  selected>信息學(xué)院</option>  
  39.                            <option value="2">管理學(xué)院</option>  
  40.                             <option value="3">機電學(xué)院</option>  
  41.                           </select>     
  42.   
  43.      <tr><td colspan="2" align="center"><input type="button" value="提交"  onclick="aa()" /> <input type="reset" value="重置" /></td></tr>  
  44.   
  45.       </form>  
  46.   
  47.    </body>  
  48. </html>  
以上就是本文的全部內(nèi)容,希望對大家的學(xué)習有所幫助,也希望大家多多支持腳本之家。

標簽:銅陵 沈陽 那曲 揭陽 健身房 福建 湖南 阿拉善盟

巨人網(wǎng)絡(luò)通訊聲明:本文標題《HTML繪制用戶注冊頁面》,本文關(guān)鍵詞  HTML,繪制,用戶注冊,頁面,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《HTML繪制用戶注冊頁面》相關(guān)的同類信息!
  • 本頁收集關(guān)于HTML繪制用戶注冊頁面的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章