用iframe
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<meta http-equiv="content-type" content="text/html" charset="GB2312">
<link rel="stylesheet" type="text/css" href="">
<script type="text/javascript" src=""></script></HEAD><BODY onload="l();">
<span id="con" style="position:absolute;border:1px solid #FF3300;width:100%;height:100%;background:#FF9900;">
asdfasdfasdfasd<br/>
<div id="yahoo" style="position:relative;z-inxex:10;">
<iframe src="http://www.yahoo.com.cn/" width="200" height="180" ></iframe>
</span><h3>hello world!<br />
<span id="tom" style="position:relative;z-inxex:20;">
<iframe src="http://www.tom.com/" width="300" height="300"></iframe>
</span>
</div>
</BODY>
</HTML>
<script language="javascript" type="text/javascript"> var flag = 0;
var x = y = 0; function l()
{
window.setInterval("gg()", 2000);
} function gg()
{
var ya = document.getElementById("tom");
y = y+10;
x = x+10;
ya.style.marginLeft = x+'px';
ya.style.marginTop = y+'px';
}</script>