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

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

2012-01-13 
在action中取不到页面中Bolb的值页面中代码:trtdalign left 基本信息: /td/trtrtdif

在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)怎么就取不出来了呢?高手请教?

[解决办法]
你上面的代码都没有这个属性怎么取啊?

热点排行