WEB开发网
开发学院网页设计Html iframe嵌入父页面访问子页的方法 阅读

iframe嵌入父页面访问子页的方法

 2012-11-09 15:48:59 来源:WEB开发网   
核心提示:<html><head><script type="text/javascript"> function show() { window.frames[0].Two(123); }</script></head><body>&
<html>
<head>
<script type="text/javascript">
 function show()
 {
  window.frames[0].Two(123);
 }
</script>
</head>
<body>
<input type="button" value="调用iframe里面的js" onclick="show();"/>
<iframe src="./test01.html"></iframe>
</body>
</html>

Tags:iframe 嵌入 页面

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接