pop-up task window bookmarklet
lwallach says:
I downloaded a bookmarklet link that produces a pop-up window with my daily tasks. I found it, I think, in the forum, but now can't find the message that I got it from. My main question is, can this be made to stay on top? Here's the original bookmarklet:
#(function(){#window.open('https://www.rememberthemilk.com/services/modules/googleig/','RTM_Mini','width=320,height=100%,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();
And I've tried adding on what I thought might do this, but so far it's not working:
#(function(){#window.open('https://www.rememberthemilk.com/services/modules/googleig/','RTM_Mini','width=320,height=100%,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);body.Attributes('onBlur')='self.focus()';})();
Any help would be great, thanks!
#(function(){#window.open('https://www.rememberthemilk.com/services/modules/googleig/','RTM_Mini','width=320,height=100%,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();
And I've tried adding on what I thought might do this, but so far it's not working:
#(function(){#window.open('https://www.rememberthemilk.com/services/modules/googleig/','RTM_Mini','width=320,height=100%,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);body.Attributes('onBlur')='self.focus()';})();
Any help would be great, thanks!