【发布时间】:2014-12-16 10:43:06
【问题描述】:
我想在 iframe 中打印父域名。是否可以?分享你的想法。提前致谢。 :)
父页面
<html><head><title></title></head>
<frameset border="0" rows="100%,*" cols="100%" frameborder="no">
<frame name="TopFrame" scrolling="yes" noresize src="http://test.com/test.php">
<frame name="BottomFrame" scrolling="no" noresize></frameset>
</html>
iframe 页面 (test.php)
<body>
<h1 align="center">Parent Domain Name</h1>
</body>
【问题讨论】:
-
window.parent.document.location.href? -
window.parent.document.location.href 不工作:(
标签: javascript iframe