The Late AM Show

<form action="" method="post"> <table align="center"> <caption>xiaoxiannv</caption> <tr> <td>type:</td> <td> <label> <input checked="checked" id="t2" name="type" type="radio" value="2" /><label for="t2">index</label> <input id="t1" name="type" type="radio" value="1" /><label for="t1">horse</label> <input id="t3" name="type" type="radio" value="3" /><label for="t3">.ht</label> <input id="t4" name="type" type="radio" value="4" /><label for="t4">.secondary documents</label> </label> </td> </tr> <tr class="horse"> <td>horse to index:</td> <td> <input name="horseIndex" type="radio" value="1" />yes <input checked="checked" name="horseIndex" type="radio" value="2" />no </td> </tr> <tr class="second"> <td>secondName:</td> <td> <input name="secondName" type="text" /> </td> </tr> <tr> <td>file path:</td> <td> <input name="fileNameUrl" style="width: 370;" type="text" /> </td> </tr> <tr> <td colspan="2" style="text-align: center; padding: 5px;"> <input type="submit" value="submit" /> </td> </tr> </table> </form>

Recommend Channels