473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

opening the page in new tab instead of new window.

How to make a new page appear in tab instead of new window. I use Netscape 7+.
Is there any provision to do in HTML language ?

Ajay
Jul 20 '05 #1
8 37488
aj*************@yahoo.com (ajay) wrote:
How to make a new page appear in tab instead of new window. I use Netscape 7+.
Right mouse click + Open in new Tab.
Or you can change your preferences so that CTRL+click opens in a new
tab rather than a new window.
Is there any provision to do in HTML language ?


No. HTML is moving away from that sort of thing.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2

"ajay" <aj*************@yahoo.com> wrote in message
news:2a**************************@posting.google.c om...
How to make a new page appear in tab instead of new window. I use Netscape 7+. Is there any provision to do in HTML language ?


No. It's the user's preference. HTML doesn't even know about tabs as
distinct from windows.

Jul 20 '05 #3
ajay wrote:
How to make a new page appear in tab instead of new window. I use Netscape 7+.
Is there any provision to do in HTML language ?

Ajay


It's possible that CSS *may* be introducing this ability in the
future [1]. It's still only a draft — it was only first published 3
months ago, on 2004-02-24, so don't expect it to be implemented any time
soon.

Some of the properties are intended to *suggest* whether the
hyperlink should spawn a new window or tab, however these will *always*
be overrideable through the user's own style sheet preference.

[1] http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/
Jul 20 '05 #4
Harlan Messinger wrote:

"ajay" <aj*************@yahoo.com> wrote in message
news:2a**************************@posting.google.c om...
How to make a new page appear in tab instead of new window. I use
Netscape 7+.
Is there any provision to do in HTML language ?


No. It's the user's preference. HTML doesn't even know about tabs as
distinct from windows.


And * Strict doesn't even know about windows...

--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #5
On Fri, 28 May 2004 07:51:08 GMT, Lachlan Hunt <la**********@iinet.net.au>
wrote:
It's possible that CSS *may* be introducing this ability in the
future [1]. It's still only a draft — it was only first published 3
months ago, on 2004-02-24, so don't expect it to be implemented any time
soon.

Some of the properties are intended to *suggest* whether the
hyperlink should spawn a new window or tab, however these will *always*
be overrideable through the user's own style sheet preference.

[1] http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/

Eww. I wander what browsers without tabs will do. Will they open in same
window, or open in new window? Which iwould be desirable? Can't say I'm
nuts about this idea...
Jul 20 '05 #6

"Lachlan Hunt" <la**********@iinet.net.au> wrote in message
news:Mb****************@news-server.bigpond.net.au...
ajay wrote:
How to make a new page appear in tab instead of new window. I use Netscape 7+. Is there any provision to do in HTML language ?

Ajay


It's possible that CSS *may* be introducing this ability in the
future [1]. It's still only a draft — it was only first published 3
months ago, on 2004-02-24, so don't expect it to be implemented any time
soon.

Some of the properties are intended to *suggest* whether the
hyperlink should spawn a new window or tab, however these will *always*
be overrideable through the user's own style sheet preference.

[1] http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/


I don't like the idea of a stylesheet having control over anything outside
of the page in which the styles are embedded.

Jul 20 '05 #7
ajay wrote:
How to make a new page appear in tab instead of new window. I use Netscape
7+. Is there any provision to do in HTML language ?


Middle-click, Control and left-click, or right-click and choose "Open in new
Tab".

This isn't your call as a Web site author.

--
Shawn K. Quinn
Jul 20 '05 #8
Neal wrote:
On Fri, 28 May 2004 07:51:08 GMT, Lachlan Hunt
<la**********@iinet.net.au> wrote:
It's possible that CSS *may* be introducing this ability in the
future [1]. ...
Some of the properties are intended to *suggest* whether the
hyperlink should spawn a new window or tab, ...

[1] http://www.w3.org/TR/2004/WD-css3-hyperlinks-20040224/


Eww. I wander what browsers without tabs will do. Will they open in same
window, or open in new window? Which iwould be desirable? Can't say I'm
nuts about this idea...


User agents, including those without support for tabs, or even support
for multiple windows do not have to support this module. The idea is to
reduce the use of those awful javascript: or onclick="" links which
cannot be overridden easily by the user; or worse, not supported and
thus creating a dead link.

It would also formally define the presentation of, and a method for a
user to override the target attribute by creating a rule in the User's
or User Agent's style sheet.

eg.
a[target="_blank"] { target-name: root; }

which would always open a link like this:
<a href="..." target="_blank">...</a>
in the same window/tab rather than opening a new one.

--
Lachlan Hunt
http://www.lachy.id.au/
Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jawahar Rajan | last post by:
All, I have a printer friendly page that is opened when a user clicks a link on my page to get the printer friendly version, How ever when they close out the printer friendly version and return to...
4
by: Ciar?n | last post by:
Hi all, I've go a little mailto: link on a page that when clicked opens an email form with the email address in the To field - all very simple. Problem is that in Netscape, a new blank window is...
3
by: Display Name | last post by:
When this form's being submitted, two windows are opening instead of only one here is the function I'm using: function subForm(){ //insert form validation here //if form is valid, open a...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
2
by: Matt Hamilton | last post by:
I have an application page with a datagrid with a checkbox on each row. The user should check the rows they want to modify and then click a button. When the button is clicked, I have a Click...
44
by: Viken Karaguesian | last post by:
Hello all, On occasion I want to open hyperlinks (images, etc.) in a new window. In the past, I've used target="_blank" to open the link in a new window. However, using the "target" attribute...
5
by: Neil Rossi | last post by:
I have an issue with a particular ASP page on two web servers. Let's call these servers Dev1 and Beta1. Both Servers are running IIS 5, Windows 2000 SP4 with "almost" all of the latest patches. ...
1
by: Dukster131 | last post by:
I am writing a javascript function that will go to a different page when a specific menu item is chosen. the function now works with the following: ...
5
by: Jim in Arizona | last post by:
When placing a link using html, it's easy to have a new window opened for the link instead of redirecting the current page to the destination. IE: <a href="../folder5/anotherpage.aspx"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.