HTML语言中如何实现网页在同一个页面的切换
现在我有一个index.html文件,里面包含三部分head,left,right,其中head是logo,left是导航条,我想要的效果是通过点击left上的链接实现其...
现在我有一个index.html文件,里面包含三部分head,left,right,其中head是logo,left是导航条,我想要的效果是通过点击left上的链接实现其他页面在right中的切换。以前学过 不过很久没用 忘记了 麻烦帮下 谢谢
我举个例子吧
<div class="head"><img .....></div>
<div class="left"><a href="1.html">1</a><a href="2.html">2</a><a href="3.html">3</a></div>
<div class="right"> (通过点击上面的链接在这一层中实现1 2 3 的切换)</div>
三楼那位帅哥 真是不好意思啊 好像target没有right这个属性吧 你自己去尝试下吧 展开
我举个例子吧
<div class="head"><img .....></div>
<div class="left"><a href="1.html">1</a><a href="2.html">2</a><a href="3.html">3</a></div>
<div class="right"> (通过点击上面的链接在这一层中实现1 2 3 的切换)</div>
三楼那位帅哥 真是不好意思啊 好像target没有right这个属性吧 你自己去尝试下吧 展开
4个回答
展开全部
刚弄错了
应该是这样
<frameset name="源铅frameTop" rows="80,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="title.jsp">
<frameset cols="180,*">
<frame name="contents" id="contents" target="main" src="menu.jsp" scrolling="auto" noresize>
<frame name="main" src="student/select/curriculumSchedule.jsp" scrolling="auto" noresize target="_self">
</frameset>
定义右边的name为 main 然后乎裂扒再左边指岁昌定 target="main"
应该是这样
<frameset name="源铅frameTop" rows="80,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="title.jsp">
<frameset cols="180,*">
<frame name="contents" id="contents" target="main" src="menu.jsp" scrolling="auto" noresize>
<frame name="main" src="student/select/curriculumSchedule.jsp" scrolling="auto" noresize target="_self">
</frameset>
定义右边的name为 main 然后乎裂扒再左边指岁昌定 target="main"
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
刚弄错了伍老
应该是这样
<frameset
name="frameTop"
rows="80,*"
framespacing="0"
border="0"
frameborder="0"腔毁升>
<frame
name="banner"
scrolling="no"
noresize
target="contents"
src="title.jsp">
<frameset
cols="180,*">
<frame
name="contents"
id="contents"
target="main"
src="menu.jsp"
scrolling="auto"
noresize>
<frame
name="main"
src="student/select/curriculumSchedule.jsp"
scrolling="auto"
noresize
target="_self">
</frameset>
定义右边的name为
main
然后再左余带边指定
target="main"
应该是这样
<frameset
name="frameTop"
rows="80,*"
framespacing="0"
border="0"
frameborder="0"腔毁升>
<frame
name="banner"
scrolling="no"
noresize
target="contents"
src="title.jsp">
<frameset
cols="180,*">
<frame
name="contents"
id="contents"
target="main"
src="menu.jsp"
scrolling="auto"
noresize>
<frame
name="main"
src="student/select/curriculumSchedule.jsp"
scrolling="auto"
noresize
target="_self">
</frameset>
定义右边的name为
main
然后再左余带边指定
target="main"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
右边放一个iframe,左边点击,右后的iframe更改src的链接就行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
框架
frameset或iframe
frameset或iframe
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |