首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

跳转框架!解决方案

2012-02-14 
跳转框架!我现在有个框架文件main.asp分为左右。title/title/headframesetrows * cols 174,597

跳转框架!
我现在有个框架文件   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>

热点排行