摘抄自网络 document.selection
哪位老大能解决的呀?请多多帮忙!!!谢谢
</textarea>?
<input type="button" value="showSelection" onclick="alert(document.selection.createRange().text)">
<input type="button" value="showclear" onclick="alert(document.selection.clear().text)">
<input type="button" value="showtype" onclick="alert(document.selection.type)">?
<textarea name="textfield" cols="50" rows="6" onselect="alert(document.selection.createRange().text)">就是现在文本域里有一段文字,当你选种其中几个字后点击一个按钮或者链接会弹出一个对话框,对话框的信息就是你选中的文字
哪位老大能解决的呀?请多多帮忙!!!谢谢
</textarea>
</body>
?
实例三:选中Input中的文本
?
<textarea name="description" style="width: 436px; height: 296px">选中我,点击加粗</textarea>?实例四:javascript捕获到选中的网页中的纯文本内容<html>?
地址:
http://www.blogjava.net/hill/archive/2009/05/31/279198.html
?