我有一个IP网吧,把图像上载到天气服务处。 然后,我在网页上展示这一形象。 为了做到这一点,我寻求一些法典,以更新图像,而不更新网页。 我发现,我修改了一些法典(令我不知道谁承认)。
<script>
var reimg
window.onload=function () {
reimg=document.getElementById( re )
setInterval(function () {
reimg.src=reimg.src.replace(/?.*/,function () {
return ? +new Date()
})
},60000)
}
</script>
下一个轨道在很大程度上可能是高技能的,但我一直试图让它在所有浏览器上工作(我想看一看)。
<iframe frameborder=0 marginwidth=0 marginheight=0 border=0 width="360" height="270" style="overflow:
hidden;border:0;margin:0;width:360px;height:270px;max-width:100%;max-height:100%"
src="http://icons.wunderground.com/webcamramdisk/g/l/Gluepack/1/current.jpg?" id="re" scrolling="no"
allowtransparency="true">If you can see this, your browser doesn t understand IFRAME. However, we ll
still <A HREF="http://icons.wunderground.com/webcamramdisk/g/l/Gluepack/1/current.jpg">link</A>
you to the file.</iframe>
该公司在Porin做精细工作,将640×480的原形象减少到合适程度。 然而,在IE和Mook,图像的顶端(即图像不会降低到适当)。 是否有必要增加任何法典,以确保它正确显示(即我为什么想要它,如何把它减少到适当程度)的IE和 Chrome,或者是不可能做到的?