Download launches blank window: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (new bugzilla linking style)
m (added targetkiller extension)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
When downloading a file you may find that Firefox launches an unwanted blank window. This occurs because the webmaster has specified that the download should start in a new blank window even though this was probably not their intention. This is a known issue[[#foot1 |[1]]] and hopefully Firefox will handle these cases better in future.
When downloading a file you may find that Firefox launches an unwanted blank window. This occurs because the webmaster has specified that the download should start in a new blank window even though this was probably not their intention. This is a known issue, [https://bugzilla.mozilla.org/show_bug.cgi?id=241972 Bug 241972].


You can fix the problem by downloading the [https://addons.mozilla.org/extensions/moreinfo.php?id=241 Disable Targets for Downloads] extension.
You can fix the problem by downloading the [https://addons.mozilla.org/extensions/moreinfo.php?id=241 Disable Targets for Downloads] extension. Or the [https://addons.mozilla.org/en-US/firefox/addon/495 TargetKiller] extension.


Webmasters can fix the problem on their site by removing <code>target=_blank</code> or <code>window.open</code> from the download links.
Webmasters can fix the problem on their site by removing <code>target=_blank</code> or <code>window.open</code> from the download links.
Line 7: Line 7:
==External Links==
==External Links==
* [http://www.cusser.net/extensions/disabletarget/ Disable Targets for Downloads extension homepage]
* [http://www.cusser.net/extensions/disabletarget/ Disable Targets for Downloads extension homepage]
* <div id="foot1">[1] [http://bugzilla.mozilla.org/show_bug.cgi?id=241972 Bugzilla report 241972]</div>
* [http://www.vakuumverpackt.de/targetkiller/ TargetKiller extension homepage]


[[Category:Issues (Firefox)]]
[[Category:Issues (Firefox)]]
[[Category:Downloads - Firefox]]

Latest revision as of 22:19, 15 May 2007

When downloading a file you may find that Firefox launches an unwanted blank window. This occurs because the webmaster has specified that the download should start in a new blank window even though this was probably not their intention. This is a known issue, Bug 241972.

You can fix the problem by downloading the Disable Targets for Downloads extension. Or the TargetKiller extension.

Webmasters can fix the problem on their site by removing target=_blank or window.open from the download links.

External Links