87,990
社区成员
发帖
与我相关
我的任务
分享
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.left{float:left; width:400px; height:400px}
.right{float:left; width:400px; height:400px}
</style>
</head>
<body>
<div class="left">
<iframe src="maillogin.jsp" width="100%" height="100%" frameborder="0" scrolling="no";></iframe>
</div>
<!----在上一个iframe中写js代码让两个iframe同时跳转---->
<div class="right">
<iframe src="mailcheck.jsp" width="100%" height="100%" frameborder="0" scrolling="no";></iframe>
</div>
</body>
</html>
window.parent.frames[1].location.reload();
window.location.reload();
window.parent.frames[0].location.reload();
window.parent.frames[1].location.reload();