Did a search for bookmarklet, went through as many posts as poss and couldn't find any reference to this:
If I use the bookmarklet in Firefox 2, javascript:q=(document.location.href);void(open('h ttp://example.com/submit.php?url='+escape(q)+'&title=sample title','','resizable,location,menubar,toolbar,scro llbars,status'));
The new FF window opens up but with the bookmarks bar missing.
Can anyone confirm this? If I use the following, everything is fine but the submit page opens in a new tab instead (actually prefer this!).
javascript:q=(document.location.href);void(open('h ttp://example.com/submit.php?url='+escape(q)+'&title=sample title','',''));



Reply With Quote



