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="">
&nbsp;&nbsp; 
<input name="submit" type="submit" value="提交">
</td>
</tr>
</form>

我希望提交后action里应该是=Number里的值的加上后缀.html

应该怎么做?

就是说输入99999999提交后地址栏里显示http://www.aaa.com/999999.html