1. <html>
2. <head>
3. <script type="text/javascript">
4. function getTextNode()
5. {
6. //var ElementById("frame1").contentDocument;//Use this or following
7. var ElementById("frame1").contentWindow.document
8. //ElementById("frame1").contentWindow.document==ElementById("frame1").contentDocument)
9. x.body.scrollTop= x.body.offsetHeight;
10. }
11. </script>
12. </head>
13.
jquery滚动条滚动到底部14. <body>
15. <iframe src="vc.html" id="frame1"></iframe>
16. <br /><br />
17. <input type="button" onclick="getTextNode()" value="Get text" />
18.
19. </body>
20. </html>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论