<iframe name="demoIframe" src="demo.html"></iframe>
demo.html :
<head>
<script>
function query(){
alert(1);
}
</script>
</head>
父页面调用:
window.demoIframe.document.query();
时间: 2024-10-10 06:48:00
<iframe name="demoIframe" src="demo.html"></iframe>
demo.html :
<head>
<script>
function query(){
alert(1);
}
</script>
</head>
父页面调用:
window.demoIframe.document.query();