一个图片按钮提交的奇怪问题
-----------源码-------------
<form action= " " method= "post " name= "fontid " > 选择字号大小:
<input type= "image " name= "fontid " value= "大 " id= "input2 " src= "css/img/big.gif " />
<input type= "image " name= "fontid " value= "中 " id= "input2 " src= "css/img/middle.gif " />
<input type= "image " name= "fontid " value= "小 " id= "input2 " src= "css/img/little.gif " />
</form>
-----------源码-------------
开始的时候,用普通按钮,没有任何问题。因为作重构,普通提交按钮样式不好控制,所以就换成图片按钮。但是奇怪的问题出现了,改完以后用firefox递交表单有效,但是ie6.0提交无效。请问为什么
如果您不很明白 请点 http://bd.448.cn/default2.asp 然后随便点一篇文章
进去正文有调整字号大小 用ie ,ff测试一下
谢谢
------解决方案--------------------type= "image "按钮可以提交表单,但本身不会被提交的