不知道是不是这样,效果请看附件,主要代码如下:
第一页:
复制内容到剪贴板
代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Poll Location Management System - Welcome!</title>
</head>
<frameset cols="150,*" id="bodyFrame" frameborder="no" border="0" framespacing="0">
<frame name="left" src="left.html">
<frame name="right" src="right.html" noresize frameborder="no" scrolling="yes" >
<noframes>
<body>Sorry! Your browser does not support frames!</body>
</noframes>
</frameset>
</html>左边的页:
复制内容到剪贴板
代码:
<!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=gb2312" />
<title>无标题文档</title>
</head>
<body>
<a href="http://www.blueidea.com" target="right" onclick="parent.window.location.hash=this.getAttribute('href')">blueidea</a>
<a href="http://www.g.cn" target="right" onclick="parent.window.location.hash=this.getAttribute('href')">google</a>
</body>
</html>