Dreamweaver怎么做左边目录,右边显示的框架连接那?

求求你们了我急用
当我做好了以后,就是目标都设为右边框架的名字了可就是当你点击了连接后连接的网页就在新弹出一个窗口显示,不知道为什么我也试了好多次都是这样不知道为什么?求各位大虾教教我啊,要是解决了我在加20分,求你们了啊

这里要用的frame框架:

<html>
<frameset cols="120,*">
  <frame src="/example/html_contents.html">
  <frame src="/example/frame_a.html" name="showframe">
</frameset>
</html>

设定好左右显示比例,最后显示效果如下:

补充说明:你要先把右边展示的所有内容都单独建立一个页面文档如:html_contents.html和example/frame_a.html

温馨提示:答案为网友推荐,仅供参考
第1个回答  2020-06-06
这里要用的frame框架:
<html>
<frameset cols="120,*">
<frame src="/example/html_contents.html">
<frame src="/example/frame_a.html" name="showframe">
</frameset>
</html>
设定好左右显示比例,最后显示效果如下:
补充说明:你要先把右边展示的所有内容都单独建立一个页面文档如:html_contents.html和example/frame_a.html
第2个回答  2019-08-31
这里要用的frame框架:
<html>
<frameset cols="120,*">
<frame src="/example/html_contents.html">
<frame src="/example/frame_a.html" name="showframe">
</frameset>
</html>设定好左右显示比例,最后显示效果如下:
补充说明:你要先把右边展示的所有内容都单独建立一个页面文档如:html_contents.html和example/frame_a.html
第3个回答  推荐于2016-01-23
左面目录里的链接的打开目标设为右边框架的名字就成了。本回答被提问者采纳
第4个回答  2007-07-04
这个要用frame标签
dreamweaver里面有模版哦

在html标签里打开目标要价格标签 target="框架名"
相似回答