打印

这种连接连接方式怎么实现

qq吧,
是在框架页内,但是点击导航后url变化,但是页面没有刷新,只是在url后面加了参数,
http://web.qbar.qq.com/#1909,qbar.qq.com/u2012839
记住这个参数,以后阅览时可以直接打开这个帖子,不像有些框架的bbs,记住了url但没有记住帖子的url,那样就不能实现这种以后阅览时可以直接打开这个帖子的效果,请问这种效果是怎么实现的。
有人知道吗?
不知道是不是这样,效果请看附件,主要代码如下:
第一页:
复制内容到剪贴板
代码:
<!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>
附件: 您所在的用户组无法下载或查看附件,您需要注册/登录后才能查看!
灰色表格