解決此問題,應該這樣寫:
window.location.href=window.location.href;
window.location.reload;
同理,如果是刷新父窗口,應該這樣寫:
window.opener.location.href=window.opener.location.href;
window.location.reload;
這種寫法就不出現那討厭的對話框啦!
posted on 2006-10-23 13:43
選寶網an9 閱讀(280)
評論(0) 編輯 收藏 所屬分類:
WEB-SERVER