All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
ASP.NET技巧:脚本获取选中文字及所在句子_.net资料_编程技术

Writer: aaa Article type: Programming skills(编程技巧) Time: 2013/12/13 9:40:31 Browse times: 331 Comment times: 0

ASP.NET技巧:脚本获取选中文字及所在句子_.net资料_编程技术


Head photo

Go homepage
Upload pictures
Write articles

ASP.NET技巧:脚本获取选中文字及所在句子_.net资料_编程技术-你的首页-uuhomepage.com

脚本获取网页中选中文字
var word = document.selection.createRange().text;
获取选中文字所在的句子
var range = document.selection.createRange();
range.expand("sentence");
var sentence = range.text;

给IE右键菜单添加菜单项参见http://www.codeproject.com/jscript/CopyasHTML.asp
http://www.cnblogs.com/zuolun/archive/2006/12/04/580998.html






There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.