那位高手帮我写个网页代码,有30分

来源:百度知道 编辑:UC知道 时间:2024/06/04 03:59:51
那位高手帮我写个代码,把“http://tv.sohu.com/hdtv/”调到框架里,
我写的老是上下移动的时候花屏,是什么原因那?
帮我写个可以克服花屏的代码,谢谢!
我写的代码是:
<html><head>
<title>新建title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
</head>
<frameset framespacing="0" frameborder="0" rows="7,51">
<frame name="header" scrolling="no" noresize target="main" src="../top.htm">
<frame name="main" src="http://tv.sohu.com/hdtv/" scrolling="auto" target="_blank">
<noframes>
<body

</body>
</noframes></frameset>
</html>
还是花呀!搜狐用的什么编写方式怎么不行那!谢谢大家了,问题快到期了只有选第一个无解的答案了

无解

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>新建</title>
</head>
<body>
<iframe name="header" scrolling="no" width="500" marginwidth="0" height="200" marginheight="0" align="middle" scrolling="auto" target="main" src="../top.htm"> </iframe>
<iframe name="main" src="http://tv.sohu.com/hdtv/" width="500" marginwidth="0" height="200" marginheight="0" align="middle" scrolling="auto" target="_blank"> </iframe>

</body>
</html>
乱七八糟的,不知道你要干嘛

<html>
<head>
<meta http-equiv="Content-