1. 程式人生 > >表單提交

表單提交

radi itl style 美國 idt div use 愛好 table

<html>
    <head>
        <title>東港翠園籃球協會會員註冊</title>
    </head>
    <body>
        <form>
            <table border=1 bordercolor="bule" cellpadding=10 cellspacing=0 width=600 height=900>
                <tr>
                    <th>--東港籃球協會個人信息--</
th> </tr> <tr> <td>姓名:<input type="text" name="user" value=""/></td> </tr> <tr> <td>會員密碼:<input type="password" name="psw"></td> </
tr> <tr> <td>確認密碼:<input type="password" name="psw"/></td> </tr> <tr> <td>性別:<input type="radio" name="sex" value="nan"/><input type="radio" name="sex" value="nv"
/></td> </tr> <tr> <td>司職位置:<input type="checkbox" name="weizhi" value="zhongfeng"/>中鋒<input type="checkbox" name="weizhi" value="qianfeng"/>小前鋒<input type="checkbox" name="weizhi" value="fengwei"/>鋒衛搖擺人<input type="checkbox" name="weizhi" value="houwei"/>得分後衛<input type="checkbox" name="weizhi" value="houwei"/>控球後衛<input type="checkbox" name="weizhi" value="quanneng"/>王浩全能厲害炸了</td> </tr> <tr> <td> <select name="country"> <option value="none">--選擇國家--</option> <option value="china" selected="selected">中國</option> <option value="usa">美國</option> </select> </td> </tr> <tr> <td> 愛好:<textarea name="text"></textarea> </td> </tr> <tr> <td><input type="submit" value="提交數據"/><input type="reset" value="清空數據"/></td> </tr> </table> </form> </body> </html>

表單提交