=========file1.asp=========
<HTML>
<HEAD>
<TITLE>Frames Example</TITLE>
</HEAD>
<FRAMESET cols="20%,80%">
<FRAME SRC="page1.htm" name="left_frame">
<FRAME name="right_frame">
</FRAMESET>
<body>
</body>
=========file1.asp=========
<html>
<head>
<title>Frames Example 2</title>
<script type="text/javascript">
var mode=1;
if( mode == 1 )
parent.right_frame.location="1.asp";
else
parent.right_frame.location="2.asp";
</script>
</head>
<body>
</body>
</html>
參考資料:
http://www.pageresource.com/jscript/jframe2.htm
文章標籤
全站熱搜