一个页面载入多个IFRAME问题!!!!!!!
我在页面中循环载入多个IFRAME后 第一个IRAME内容可以正常显示,但是其他的IFRAME的内容确乱了然后刷新那个IFRAME又能正常显示。。。请高手解答
<#list infoSubs as content>
<#if content_index=curSubPage?default(0)>
<tr class= "jp4_1 " id= "row${content.opId} ">
<td valign= "middle " align= "left ">
<span class= "fybtBg04 "> 分页标题 </span> <input type= "text " size= "90 " name= "subInfoName " value= "${content.opName} "> <br>
<input type= "hidden " name= "subInfoId " value= "${content.opId} ">
<input type= "hidden " name= "infoContent${content_index+1} " value= "${infoSubContents[content.opId]?default( " ")?html} ">
<IFRAME style= "margin-top:3px; margin-left:6px " name= "eWebEditor${content_index+1} " ID= "eWebEditor${content_index+1} " index= "${content_index+1} " frameborder= "0 " scrolling= "no " width= "100% " height= "260 " src= " "> </IFRAME>
</td>
</tr>
<#else>
<tr class= "jp4_1 " id= "row${content.opId} " style= "display: none; ">
<td valign= "middle " align= "left ">
<span class= "fybtBg04 "> 分页标题 </span> <input type= "text " size= "90 " name= "subInfoName " value= "${content.opName} "> <br>
<input type= "hidden " name= "subInfoId " value= "${content.opId} ">
<input type= "hidden " name= "infoContent${content_index+1} " value= "${infoSubContents[content.opId]?default( " ")?html} ">
<IFRAME style= "margin-top:3px; margin-left:6px " name= "eWebEditor${content_index+1} " ID= "eWebEditor${content_index+1} " index= "${content_index+1} " frameborder= "0 " scrolling= "no " width= "100% " heigh