已解决问题 - 浏览572次
下一个已解决问题
过客
116.24.182.*
奥运快讯 调用代码
来源:网页搜索
调用网易或者新浪的奥运快讯的内容放到自己的页面上
最佳答案 - 由投票者2008-08-25 17:22:06选出
1种 <IFRAME name=1 src="http://2004.sina.com.cn/iframe/medals/index.shtml" frameBorder=0 width=163 scrolling=no height=220></IFRAME>
2种: <iframe name="1" src=http://2004.sina.com.cn/iframe/medals/index.shtml frameborder=0 scrolling=no height=190 width=160></iframe>
3种: <iframe src="http://yok.com/olimpic.htm" width="166" height="95" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
4种: <IFRAME name=1 src="http://2004.sina.com.cn/iframe/medals/index.shtml" frameBorder=0 width=163 scrolling=no height=220></IFRAME>
<IFRAME marginWidth=0 marginHeight=0 src="http://2004.sina.com.cn/iframe/50/2004-08-11/11.html" frameBorder=0 width=163 scrolling=no height=142></IFRAME>
这个例子都是sina得,只需要改动URL地址和大小就可以换成任何网站得调用

fiakun81@ya...










