Closed
Bug 126914
Opened 23 years ago
Closed 23 years ago
suggestion for HTML links opening new tab
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
VERIFIED
DUPLICATE
of bug 105409
People
(Reporter: cooperg, Assigned: jst)
Details
(This might be better suited to the Tabbed Browsing component..?)
I would like to suggest a TARGET="_TAB" attribute for HTML's "A" tag.
This would, obviously, open a link in a new window when clicked, rather
than a new window (using "_blank") or the same window (default).
For compatibility with other browsers or older Moz browsers
a suggestion for usage might be to double up the "_tab" with,
for example, "_blank", like so:
[a href="whatever.html" target="_tab" target="_blank"]
(I used brackets rather than greater/lesser-thans in case this form allows HTML code)
Then give _tab precedence over _blank. If used without the
_blank, the target would be ignored.
Comment 1•23 years ago
|
||
dup of 105409
[rfe] window.openTab() and <a href="url" target="_tab">
*** This bug has been marked as a duplicate of 105409 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•