document.write("
document.selectioncreateRange
2006年12月07日 -function Bold(){ var r = document.selection.createRange(); r.execCommand("Bold&q
http://www.itpow.com/c/2006/12/47MWAA0YIJMDU9JO.asp
document.selection
2006年12月07日 document.selection 表示当前网页中的选中内容。方法有:clear 清除选中的内容empty 取消选中createRange 返回 TextRange 或 Cont
http://www.itpow.com/c/2006/12/KZW49I1022ODHJDA.asp
document.selection 的 empty() 与 clear() 特殊用法
2008年11月12日 ").focus();var r = document.selection.createRange();document.selection.clear();r.text = str;
http://www.itpow.com/c/2008/11/6AS1TWOMHV3NWBUG.asp
document.selection 的 type
2006年12月07日 onclick="javascript:alert('type是:'+document.selection.type);" /></div&g
http://www.itpow.com/c/2006/12/DEA5NTGQ46HMOYW4.asp
document.selection 的 clear
2006年12月07日 gt;<!--function Foo(){ document.selection.clear();}--></script
http://www.itpow.com/c/2006/12/EXU3ZHK0D01J1JCG.asp
document.selection 的 empty
2006年12月07日 gt;<!--function Foo(){ document.selection.empty();}--></script
http://www.itpow.com/c/2006/12/PWE2AWCRVEE2QTH3.asp
更简单的在光标处插入文字
2008年11月12日 document.selection.empty() 这句不能换用 document.selection.clear(),虽然 clear() 从语义上说更合理,关于此请参见 document.s
http://www.itpow.com/c/2008/11/4C0FNJB1FDE9KZXY.asp
document.body.attachEvent 不起作用
2010年02月23日 ot;"); });以上代码并没有弹出对话框,说明没有像理想中的那样工作起来。应该把 document.body.attachEvent 换成 window.attachEvent。
http://www.itpow.com/c/2010/02/2V88O3PMFBVVOQ7F.asp
")