读书人

跳转框架!解决方案

发布时间: 2012-02-14 19:19:19 作者: rapoo

跳转框架!
我现在有个框架文件 main.asp 分为左右。


<title> </title>
</head>

<frameset rows= "* " cols= "174,597 " framespacing= "0 " frameborder= "NO " border= "0 ">
<frame src= "left.asp " name= "Left " />
<frame src= "right.asp " name= "rihgt " />
</frameset>
<noframes> <body>
</body>
</noframes> </html>

我在right.asp里面有个连接index.asp的超级联接 但是他只在右边显示.而left.asp还在左边。这时候怎么去掉框架。怎样掉转呢?

我要在整张页面显示 index.asp。而不是半边!

[解决办法]
<a href= "index.asp " target= "_parent "> 接文字 </a>

读书人网 >ASP

热点推荐