Tag Archives: 地址栏

如何使地址栏的HTTP地址保持不变

如何使地址栏的HTTP地址保持不变,即在点击主页中的链接到另一个页面但地址栏中的地址还为主页地址?
<html>
<head>
<title></title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
—————————————————————————
<frameset border=false frameborder=0 framespacing=0 rows=0,* >
—————————————————————————
<frame marginheight=0 marginwidth=0 name=refresh noResize scrolling=no src="blank.htm">
<frame name=hl8 src="default.asp" scrolling="auto" noresize >
<noframes>
<body topmargin="0" leftmargin="0"><!–msnavigation–>
<p>This page uses frames, but your browser doesn’t support them.</p>
</body>
</noframes></frameset></html>