用什么代码可以将一个网页整个嵌入另一个网页中?

来源:百度知道 编辑:UC知道 时间:2024/06/16 11:04:54
最好详细解释一下~!

Iframe可以阿
<IFRAME id="ifmSignIn" frameborder="no" scrolling="no" width="100%" height="100%" name="ifmSignIn" src="aaa.html"></IFRAME>
src中的内容就是你要嵌入的网页地址

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>商机论坛论坛</title>
</head>

<frameset rows="25,*" framespacing="0" border="0" frameborder="0">
<frame name="exobud_mp" src="http://www.dztom.com/go.htm" scrolling="no" noresize><