<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I put some examples at the bottom of
<a class="moz-txt-link-freetext" href="http://www.pmwiki.org/wiki/Cookbook/OtherBookmarklets">http://www.pmwiki.org/wiki/Cookbook/OtherBookmarklets</a>. Summary here:<br>
<ul>
  <li>
    <pre><tt><a class="moz-txt-link-freetext" href="javascript:location.href+=">javascript:location.href+=</a>"?action=attr"
</tt></pre>
  </li>
  <li>
    <pre><tt><a class="moz-txt-link-freetext" href="javascript:location.href+=">javascript:location.href+=</a>"?action=edit"
</tt></pre>
  </li>
  <li>
    <pre><tt><a class="moz-txt-link-freetext" href="javascript:location.href+=">javascript:location.href+=</a>"?action=diff"
</tt></pre>
  </li>
  <li>
    <pre><tt><a class="moz-txt-link-freetext" href="javascript:location.href+=">javascript:location.href+=</a>"?action=print"</tt></pre>
  </li>
</ul>
&nbsp;~ ~ Dave<br>
<br>
Crisses wrote:
<blockquote
 cite="midB41482E9-F770-45D5-8939-93A10726BE59@ofobscurity.com"
 type="cite"><br>
On Jul 13, 2005, at 10:50 PM, Benjamin Wilson wrote:
  <br>
  <br>
  <blockquote type="cite"><a class="moz-txt-link-freetext" href="javascript:self.open(location.href+%22?action=edit%22">javascript:self.open(location.href+%22?action=edit%22</a>,
%22opener%22)
    <br>
    <br>
The above line of code is in a recipe (I forget which). I use it to&nbsp;
quickly open a page to edit. However, it always kicks to a new&nbsp; window
(I use Firefox). I would like to try to get the script to&nbsp; load in the
same window.
    <br>
    <br>
Any help is greatly appreciated.
    <br>
    <br>
Regards,
    <br>
Ben Wilson
    <br>
  </blockquote>
  <br>
Bookmarklets?
  <br>
  <br>
If that's the bookmarklet script ( I have <a class="moz-txt-link-freetext" href="javascript:window.open">javascript:window.open</a>
(location.href+"?action=edit") and it still opens in a new window), I&nbsp;
don't know how else to do it.
  <br>
  <br>
  <br>
I figured it out --
  <br>
  <br>
<a class="moz-txt-link-freetext" href="javascript:window.location.replace(location.href+">javascript:window.location.replace(location.href+</a>"?action=edit")
  <br>
  <br>
Crisses
  <br>
</blockquote>
<br>
</body>
</html>