天天看点

IE右键快速转载到博客

IE右键快速转载到博客

添加IE右键 注册表文件:

IE右键快速转载到博客

Windows Registry Editor Version 5.00

IE右键快速转载到博客
IE右键快速转载到博客

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt]

IE右键快速转载到博客
IE右键快速转载到博客

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\收藏到cnblogs博客]

IE右键快速转载到博客

@="http://ext8.net/rightClick.html"

rightclick.html

IE右键快速转载到博客

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

IE右键快速转载到博客

<HTML><HEAD>

IE右键快速转载到博客

<META http-equiv=Content-Type content="text/html; charset=utf-8">

IE右键快速转载到博客
IE右键快速转载到博客

<SCRIPT language=JavaScript>

IE右键快速转载到博客
IE右键快速转载到博客

if (external.menuArguments) 

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

{

IE右键快速转载到博客

  var selText = "";

IE右键快速转载到博客

  var strTitle = escape(external.menuArguments.document.title);

IE右键快速转载到博客

  var strURL = escape(external.menuArguments.location.href);

IE右键快速转载到博客
IE右键快速转载到博客

  var doc = external.menuArguments.document;

IE右键快速转载到博客
IE右键快速转载到博客

  if ((doc.selection.type == "None") || (doc.selection.type == "none"))

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

     alert("请选中网页上欲保存的文字和图片后再收藏!");

IE右键快速转载到博客

  }

IE右键快速转载到博客

  else

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

     selText = doc.selection.createRange().text;

IE右键快速转载到博客

     if (selText == "")

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

        alert("请选中网页上欲保存的文字和图片后再收藏!");

IE右键快速转载到博客

     }

IE右键快速转载到博客

     else

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

        external.menuArguments.document.execCommand("Copy");

IE右键快速转载到博客
IE右键快速转载到博客

        var objChild;                           // Window

IE右键快速转载到博客

        var reWork = new RegExp('object','gi');    // Regular expression

IE右键快速转载到博客

        objChild = window.open("http://www.cnblogs.com/meetrice/admin/EditPosts.aspx?opt=1&title="+strTitle+"&url="+strURL,"objChild","toolbar=no,menubar=no,resizable=yes,location=no,status=yes,z-look=yes,alwaysRaised=yes,scrollbars=no");

IE右键快速转载到博客

        if(!reWork.test(String(objChild)))

IE右键快速转载到博客

          alert("文章收藏页面被拦截!\r\n请设定你安装的拦截弹出窗口软件,使当前页面不被拦截!");

IE右键快速转载到博客
IE右键快速转载到博客
IE右键快速转载到博客

   }  

IE右键快速转载到博客

IE右键快速转载到博客

</SCRIPT>

IE右键快速转载到博客
IE右键快速转载到博客

<META content="MSHTML 6.00.2800.1609" name=GENERATOR></HEAD>

IE右键快速转载到博客

<BODY></BODY></HTML>

IE右键快速转载到博客

第三步:

ctrl+v

上一篇: APACHE安装
下一篇: 闭包