几款天气预报代码
校内网天气预报红色模式的.
<!--天气预报红色--><div style="position:absolute;Top:420px;left:60px;"><center>
<embed style="overflow:hidden;width:180px;height:181px"
src="http://aw.awflasher.com/getweatherc.swf?awstyle=red" width="180"
height="181" type="application/x-shockwave-flash">
</embed></center></div>
校内网天气预报绿色模式的.
<!--天气预报绿色--><div style="position:absolute;Top:420px;left:60px;"><center>
<embed style="overflow:hidden;width:180px;height:181px"
src=http://aw.awflasher.com/getweatherc.swf?awstyle=green
width="180" height="181" type="application/x-shockwave-flash">
</embed></center></div>
校内网天气预报蓝色模式的.
<!--天气预报蓝色--><div style="position:absolute;Top:420px;left:60px;"><center>
<embed style="overflow:hidden;width:180px;height:181px"
src=http://aw.awflasher.com/getweatherc.swf?awstyle=blue
width="180" height="181" type="application/x-shockwave-flash">
</embed></center></div>
校内网天气预报白色模式的.
<!--天气预报白色--><div style="position:absolute;Top:420px;left:60px;"><center>
<embed style="overflow:hidden;width:180px;height:181px"
src=http://aw.awflasher.com/getweatherc.swf?awstyle=white
width="180" height="181" type="application/x-shockwave-flash">
</embed></center></div>
|