日期:2014-05-18  浏览次数:20691 次

关于IFRAME取值问题
我的一个jsp页面添加人员时在个人简介里放了一个
<IFRAME   ID= "eWebEditor1 "   src= " <%=request.getContextPath()%> /lawyer/editor/eWebEditor.jsp?id=personalAbs&style=standard "   frameborder= "0 "   scrolling= "no "   width= "580 "   height= "350 "> </IFRAME>
请问我怎样才能得到这个 <IFRAME> 里的值

------解决方案--------------------
eWebEditor1.document.*