- HTML code
<div class="jHtmlArea" style="width: 1353px;"><div><iframe style="height: 344px; width: 1349px;"> <html><body>xxxxxxxxxxxxxxxxxxxxxx</body></html> </iframe></div><textarea cols="50" rows="7" style="width: 100%; height: 350px; display: none;" id="ref_2" name="ref_2"><head></head><body>aaa<br></body></textarea></div>
我怎么样才能得到<body></body>中间的value
谢谢啦。
------解决方案--------------------
可以给那个想要得到的值加上id,然后就可以这样得了:
document.getElementById("你的id").innerHTML
------解决方案--------------------
iframe不是这样用的