Window and Frame Methods
Both Window and Frame objects have blur, focus, clearTimeout, and setTimeout methods
The Window object also has alert, close, confirm, open, and promptmethods. For example, var msg = "The alert() method\n"; msg += " is handy for debugging."; window.alert( msg );