I use an online bookmark storage site (murl.com) that utilizes a bookmark to run javascript as a shortcut to storing urls. The script works with Firefox 2 except that now the window it opens is hidden behind the window that was open previously. In IE and all earlier versions of Firefox the window would open in front of the existing window as intended.
Anyone have an idea as to why this might be happening?
The script as is follows.
javascript:murl_r3a1n4='(location.href)+'&title='+escape(document.title);window.open
(murl_r3a1n4,'Surfer','toolbar=no,scrollbars=yes,resizable=yes,
directories=no,WIDTH=320,HEIGHT=260');window.focus();
Anyone have an idea as to why this might be happening?
The script as is follows.
javascript:murl_r3a1n4='(location.href)+'&title='+escape(document.title);window.open
(murl_r3a1n4,'Surfer','toolbar=no,scrollbars=yes,resizable=yes,
directories=no,WIDTH=320,HEIGHT=260');window.focus();