当前位置: 代码迷 >> Java Web开发 >> 在action中取不到页面中Bolb的值解决方法
  详细解决方案

在action中取不到页面中Bolb的值解决方法

热度:34   发布时间:2016-04-17 14:37:21.0
在action中取不到页面中Bolb的值
页面中代码:

        <tr> <td   align= "left "> > > 基本信息: </td> </tr>
<tr> <td>
<iframe   id= "eWebEditor1 "   src= "ewebeditor/ewebeditor.htm?id=content1&style=popup "   frameborder= '0 '   scrolling= 'no '   width= '530 '   height= '250 '> </iframe>
<input   type= "hidden "   name= "Ebaseinfo "   id= "content1 "/>
</td> </tr>
<tr> <td   align= "left "> > > 详细介绍: </td> </tr>
<tr> <td>
<iframe   id= "eWebEditor2 "   src= "ewebeditor/ewebeditor.htm?id=content1&style=popup "   frameborder= '0 '   scrolling= 'no '   width= '530 '   height= '350 '> </iframe>
<input   type= "hidden "   name= "Edetailinfo "   id= "content2 "/>
</td> </tr>


我用function   show(){
var   con;
con   =   eWebEditor1.getHTML();
alert(con)
}
  了也能弹出值来,可是怎么到action用form来取时(Blob)怎么就取不出来了呢?高手请教?

------解决方案--------------------
你上面的代码都没有这个属性怎么取啊?
  相关解决方案