<html>
<head>
</head>
<body>
<IFRAME WIDTH=468 HEIGHT=60 src=abc.aspx></iframe> 
<IFRAME WIDTH=468 HEIGHT=60 src=cde.aspx></iframe> 
</body>
</html>
跟#################################################
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head><frameset rows="77,181" cols="*" framespacing="0" border="0">
  <frame src="abc.aspx">
  <frame src="cde.aspx">
</frameset>
<noframes><body>
</body></noframes>
</html>有什么区别?