首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java面试 >

为啥点击提交按纽可以将form表单中的内容提交,点击超连接就不行呢?

2011-12-08 
为什么点击提交按纽可以将form表单中的内容提交,点击超连接就不行呢??html:formactiondothing html:

为什么点击提交按纽可以将form表单中的内容提交,点击超连接就不行呢??
<html:form     action   =   "dothing "   >
      <html:hidden   property   =   "username "   value= "${a.username} "/>  
      <html:hidden   property   =   "password "   value= "${a.password} "/>  
      <bean:write   name   =   "a "   property   =   "username "/> <html:submit   value   =   "showinfo "/>
    </html:form>
      <html:form     action   =   "dothing "   >
      <html:hidden   property   =   "username "   value= "${a.username} "/>  
      <html:hidden   property   =   "password "   value= "${a.password} "/>  
      <bean:write   name   =   "a "   property   =   "username "/>
      <html:link     action     =   action   =   "dothing "   > showinfo </html:link>
      </html:form>
为什么点击提交按纽可以将form表单中的内容提交,点击超连接就不行呢??

[解决办法]
沙发...

热点排行