document.write("
document.selectionempty() clear() 特殊用法
2008年11月12日 document.selection.empty() 让选中的内容不选中;document.selection.clear() 删除选中的内容。很好理解,也很好区分,这里
http://www.itpow.com/c/2008/11/6AS1TWOMHV3NWBUG.asp
document.selection
2006年12月07日 document.selection 表示当前网页中的选中内容。方法有:clear 清除选中的内容empty 取消选中createRange 返回 TextRange 或 Cont
http://www.itpow.com/c/2006/12/KZW49I1022ODHJDA.asp
document.selectionempty
2006年12月07日 <!--function Foo(){ document.selection.empty();}--></script&am
http://www.itpow.com/c/2006/12/PWE2AWCRVEE2QTH3.asp
document.selectionclear
2006年12月07日 <!--function Foo(){ document.selection.clear();}--></script&am
http://www.itpow.com/c/2006/12/EXU3ZHK0D01J1JCG.asp
更简单的在光标处插入文字
2008年11月12日 document.selection.empty() 这句不能换用 document.selection.clear(),虽然 clear() 从语义上说更合理,关于此请参见 document.s
http://www.itpow.com/c/2008/11/4C0FNJB1FDE9KZXY.asp
document.selection 的 createRange
2006年12月07日 ;lt;!--function Bold(){ var r = document.selection.createRange(); r.execCommand("
http://www.itpow.com/c/2006/12/47MWAA0YIJMDU9JO.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
")