Support » Fixing WordPress » Bookmarklet reg file error

  • When I use the reg code and install it into the registry by clicking on my wordpress.reg file, it runs ther registry entry, and adds it to my RightClick List, but when I use the menu item, I get this error:
    An error has occurred in the script on this page
    Line 1
    Char 1
    Error: ‘external.menuArguments.document’ is null or not an object
    Code: 0
    URL: javascript:doc=external.menuArguments.document;Q=doc.selection.createRange().text;void(btw=window.open(‘http://theoblogical.org/wp/wp-admin/bookmarklet.php?
    Do you want to contuinue runing scripts on this page?
    Whats up?

Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s a buglet….. here’s a fix:
    javascript:if(navigator.userAgent.indexOf('Safari') >= 0){Q=getSelection();}else{Q=document.selection?document.selection.createRange().text:window.getSelection();}void(window.open('http://www.tamba2.org.uk/T2/wp-admin/bookmarklet.php?text='+escape(Q)+'&popupurl='+escape(location.href)+'&popuptitle='+escape(document.title),'WordPress bookmarklet','scrollbars=yes,width=600,height=460,left=100,top=150,status=yes'));
    Copy that, but insert your url where mine is.

    Thread Starter dlature

    (@dlature)

    still errors

    I get this same error as this poster, using IE 6
    Search for a fix, and didn’t find one.
    Can someone direct me to a fix ?
    Thanks!

    I am getting the same error.. Anyone found the fix for this?
    Thanks!!!

    breger

    (@breger)

    I also get this error with IE6. Any ideas?

    Has anyone found a solution to this error for IE6?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bookmarklet reg file error’ is closed to new replies.