<?php
$abc=$HTTP_GET_VARS['url'];
//header("Location:".$abc); 
?>
<html>
<head>
<title>::新华网上海频道::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="*,173" frameborder="NO" border="0" framespacing="0"> 
  <frame name="mainFrame" src="<?php echo "http://".$abc ?>" scrolling=auto>
  <frame name="bottomFrame" scrolling="NO" noresize src="http://www.sh.xinhuanet.com/video/more.htm" noresize>
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
您的浏览器不支持iframe!!
</body></noframes>
</html>