熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Web編程 >> 正文

列舉Window對象的方法?

2022-06-13   來源: Web編程 

alert([Message]) 顯示帶有警告信息Message的窗口並有確定按鈕
blur() 移除本窗口的焦點
close() 關閉當前窗口
confirm([message]) 顯示帶有確認信息message的窗口確定取消按鈕
focus() 使本窗口獲得焦點
moveTo(xy) 將窗口左上角的屏幕位置移動到指定的x和y位置
open() 打開新窗口顯示指定的頁面
print() 打印與窗口關聯的文檔
prompt([message][defaultValue]) 顯示提示對話框
scrollTo(xy) 將窗口滾動到指定的x和y偏移量
setInterval(codems) 每經過ms毫秒後執行代碼code
clearInterval(iIntervalID) 取消先前用setInterval方法開始的標識為iIntervalID的
間隔事件
setTimeout(codems) 經過ms毫秒後執行代碼code
clearTimeout(iTimeoutID) 取消先前用setTimeout方法開始的標識為iTime
outID的超時事件


From:http://tw.wingwit.com/Article/program/Web/201405/30984.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.