首页 相关文章 javascript实现划词标记划词搜索功能

javascript实现划词标记划词搜索功能

  完整示例代码如下:

  以下是引用片段:

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
/head
body

SCRIPT language=javascript
!--
document.body.onload=adddiv;
document.onmousedown=recordobj;
document.ondblclick=dbclick;
document.onmouseup=showselect;
var starobj,isdb=false,allow=true;
function isallow()
{
if(allow){
allow=false;
alert('is closed')...[ 查看全文 ]

2016-02-19 标签:

javascript实现划词标记划词搜索功能的相关文章

手机页面
收藏网站 回到头部