Mike Krus announces RadioExpress. This posting is evidence that it works although there seems to be an issue with the copying of selected which is a Win IE vs Mac IE implementation difference as noted in my Conversant Weblogger Bookmarklet page.
Investigating...
Mike's RadioExpress! works for Mac IE 5 if you change:
if(document.selection&&top.frames.length==0)Q=document.selection.createRange().text;
to
if(document.getSelection&&top.frames.length==0)Q=document.getSelection();
[in the 3rd line below <div class="small"><b>Bookmarklet:</b></div>]
Thanks Mike!
10:55:11 PM
|