补充两点:
4.停止
<input type=button value=stop onclick="document.execCommand('stop')">
6.F11全屏
<input type=button value=F11 onclick='new ActiveXObject("wscript.shell").sendKeys("{F11}")'>
7和8在单个页面里是不可能实现的,它只能在window.open新开页面的时候才能做到。
另几项请参考:
http://www.csdn.net/Expert/TopicView1.asp?id=915901