请问,target属性?
<html >
<head >
<title></title>
</head>
<frameset cols="25%,75%">
<frame name = "熊俊" src="http://www.QQ.com">
<frame src="http://www.QQ.com">
</frameset>
<body>
<a href = "http://www.baidu.com" target = "熊俊">fgf</a>
</body>
</html>
<html >
<head >
<title></title>
</head>
<frameset cols="25%,75%">
<frame name = "熊俊" src="http://www.QQ.com">
<frame src="http://www.QQ.com">
</frameset>
<body>
<a href = "http://www.baidu.com" target = "熊俊">fgf</a>
</body>
</html>
<frame name = "top" src="top.html">
<frame name="bottom" src="bottom.html">
<a href = "middle.html" target = "top">middle</a>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSDN论坛首页 - CSDN.NET</title>
<script src="/assets/application-1a33bfd3d5ee7e433197442aeb9c03b6.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
main_page_js.index_page();
});
</script>
<link href="http://csdnimg.cn/www/images/favicon.ico" rel="SHORTCUT ICON">
</head>
<frameset cols="230,*" frameborder="no" border="0" framespacing="0">
<frame src="/left_menu" name="leftFrame" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="/home" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
[解决办法]
谢谢 showbo!