default页面:

<html>
<head>
    <script type="text/javascript">
        window.onload=function()
        {
            var img = document.frames["IFeditValue"].document.getElementById('editValue');
            alert(img.innerHTML);
        }
    </script>
</head>
<body>
    <iframe id="IFeditValue" src="blank.html"  scrolling="auto" height="800" width="1000"></iframe>
</body>
</html>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案