华为g9屏幕图片:谁能告诉我这个网页的第一个帖子的代码?

来源:百度文库 编辑:神马品牌网 时间:2024/05/10 09:10:23
http://www.tianya.cn/new/publicforum/content.asp?idwriter=0&key=0&stritem=free&idarticle=451017&flag=1&hotid=404&hotid=408

是天涯论坛上的,我试过了都没成功
谁能告诉我应该怎麼加嵌入其它网页的代码?
要试成功了再回答我喔!

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>嵌入其它网页</title>
</head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2">
<tr>
<td align="center" bgcolor="#CCCCCC">
<iframe id="iframename" name="iframename" scrolling="auto" height="100%" width="100%" frameborder="0" src="http://finance.sina.com.cn/"></iframe> </td>
</tr>
</table>
</body>
</html>

自己做了一个简单的用<iframe></iframe>的嵌入其它网页 希望对你有所帮助

现在用的挺多是 新闻采集 感觉是别人网站的东西 实际上是你把它网页上的信息采集到你的网站上 可以选择存到数据库 也可以用JAVASCRIPT直接生成静态页面

有误之处 请谅解 我这也挺忙的 呵呵