火炏炎焱燚

火炏炎焱燚

统计

留言簿(1)

使用ASP.NET AJAX 1.0框架PreviewGlitz进行网页动画编程

阅读排行榜

评论排行榜

刷新网页的javascript函数

关键词javascript                                          

window.history.go(0)
window.location.reload()
window.location.href=location.href
window.location.assign(location.href)
document.execCommand('Refresh')
window.navigate(location.href)
window.navigate("#pos");
window.location.replace(location.href)
window.open('自身的文件','_self')

location.reload(flag)
flag =true 不从缓存读取
=false 从缓存读取

动态改变一个iframe的url.完了就刷新这个iframe.该如何做?
iframename.location.href=***

posted on 2007-04-13 14:54 火炏炎焱燚 阅读(252) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。