
asp中框架的左右链接问题
在asp中后台设计采用有框架,左右,左边src=“menu.htm”让左边的超链接在右边的框架中打开,但是却出不了这样的效果,不知道那里出错了,劳烦指教,不胜感激!mai...
在asp 中后台设计采用有框架,左右,左边src=“menu.htm” 让左边的超链接在右边的框架中打开,但是却出不了这样的效果,不知道那里出错了,劳烦指教,不胜感激! main.htm <html> <head> </head> <frameset border="false" frameborder="0" framespacing="0" cols="20%,*"> <frame name="left" scrolling="no" src="menu.htm" target="ak"> <frame name="ak" src="list.asp"> <noframes> <body> </body> </noframes> </frameset> </html> menu.htm <html> <head> <base target="ak"> </head> <body bgcolor="#CCCCCC"> <center> <br><br><br><br> <h2 align="center">控制面板</h2> <br><br><br><br> 产品管理<p> <a href="cpgl.asp" >产品管理</a><p> <a href="profa.asp">产品发布</a><p> 新闻管理<p> <a href="newsgl.asp">新闻管理</a><p> <a href="news.asp">发布新闻</a><p> 综合管理<p> <a href="Admin_DataBackup.asp">数据备份</a><p> <A HREF="list.asp">查找信息</a><p> <a href="exti1.asp">安全退出</a><p> </center> </html>
展开
展开全部
主要是你没有给你的框架设置属性 我帮你修改了。 <html> <head> </head><frameset rows="63,*,32" cols="*" frameborder="no" border="0" framespacing="0"> <frameset rows="*" cols="177,*" framespacing="0" frameborder="no" border="0"> <frame src="menu.htm" name='left' scrolling='yes' noresize='noresize' /> <frame src="list.asp" name='right' scrolling='yes' noresize='noresize' /> </frameset> </frameset> <noframes><body> </body> </noframes></html> 试试看,希望能对你有帮助,有兴趣就成为我们团队的粉丝,欢迎你。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询