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