HTML: <form method="get" [COLOR="Red"]action=""[/COLOR] name="form"> <tr> <td height="23"> 身份证号码: <input type="text" name="[COLOR="red"]Number[/COLOR]" size="18" value=""> <input name="submit" type="submit" value="提交"> </td> </tr> </form> 我希望提交后action里应该是=Number里的值的加上后缀.html 应该怎么做? 就是说输入99999999提交后地址栏里显示http://www.aaa.com/999999.html