关于提交表单使用文字的问题
正常来说:
<form action="xxx.asp method="post">
<input type="text" name="user">
<input type=submit value="提交">
</form>
在这里我不想以<input type=submit value="提交">
来实现提交
而是想拿“文字”实现提交!例如:“我写了!”
注:非这种效果<input type=submit value="我写好了!">而是<font>我写了!</font>
应该怎么实现!