标签:加载 div ret lang location class 举例 src top
<html> <head> <title></title> <script language="javascript"> function escapeFrame(){ if (window.top.location.href != window.location.href) { window.top.location.reload(); } } </script> </head> <body onload="escapeFrame()"> <iframe src="b.html" ></iframe> </body> </html>
关于js中window.location.href,location.href,parent.location.href,top.location.href的用法
标签:加载 div ret lang location class 举例 src top
原文地址:http://www.cnblogs.com/oskyhg/p/6528299.html