怎样让两个网页的内容显示在一个页面上??

来源:百度知道 编辑:UC知道 时间:2024/06/20 15:18:59
怎样让两个网页的内容显示在一个页面上??

网页分栏即可。你可以用FrontPage新建一个分栏的网页,然后把两个子网页的地址分别设到两个栏里,就可以实现了。

新建一个html文件,用frameset标记将其分栏,比如分左右两栏Left.htm和Right.htm是要显示的 两个网页,要是路径不同要把路径带上啊:
<frameset cols="127,*">
<frame name="contents" target="main" src="Left.htm" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="main" src="Right.htm" marginwidth="0" marginheight="0" scrolling="auto" target="_self">

</frameset>

<html>
<head>
<title>newpaeg</title>
</head>
<body>
<iframe id= frm1 src="http://www.baidu.com" width="370" height="500"></iframe>
<iframe id= frm2 src=\"http