What is the code for opening a new browser tab as opposed to a new window and
is there an if tabbed browsing then ... else open new window?

Re: IE 7 tabs by Thomas

Thomas
Thu Jun 08 11:21:50 CDT 2006

You would need to post this to the IE newsgroup, as it is not a FP related issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Diane Webster" <DianeWebster@discussions.microsoft.com> wrote in message
news:BA3AFA45-49A6-4508-A915-3E14115B6713@microsoft.com...
> What is the code for opening a new browser tab as opposed to a new window and
> is there an if tabbed browsing then ... else open new window?



Re: IE 7 tabs by Ronx

Ronx
Thu Jun 08 11:41:55 CDT 2006

It is a setting in IE7, Tools->Internet Options - General Tab - Tabs
Settings button
You (as a web page author) have no control over it - I hope, since I want
control over my browser.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Diane Webster" <DianeWebster@discussions.microsoft.com> wrote in message
news:BA3AFA45-49A6-4508-A915-3E14115B6713@microsoft.com...
> What is the code for opening a new browser tab as opposed to a new window
> and
> is there an if tabbed browsing then ... else open new window?



Re: IE 7 tabs by Mike

Mike
Thu Jun 08 13:25:34 CDT 2006

>> "Diane Webster" queried:
>> What is the code for opening a new browser tab as opposed
>> to a new window and
> > is there an if tabbed browsing then ... else open new
> > window?

> "Thomas A. Rowe" replied:
> You would need to post this to the IE newsgroup, as it is
> not a FP related issue.

*************************************************************

Actally, this would be a programming issue. The OP is
looking for code
to put on her webpage to open a link in a 'new tab' as
opposed to opening
in a 'new window'.

The answer to her question is there currently is no code to
do this. Tabbed browsing is
a relatively new feature, and I don't think that the
programming has yet to add support
for this.
Most knowledgeable users who do have tabbed browsing that
want this to occur have
their browsers setup to open 'new window' requests in tabs.

Maybe the developers of all these new toys could work with
the consortium to add
functionality for this in newer versions of the browsers.
One issue with this is that the latest standards for HTML do
not recognize the target
attribute of a link, so the 'target="_blank"' is actually
invalid code for 4.01 Strict



Re: IE 7 tabs by Thomas

Thomas
Thu Jun 08 14:32:18 CDT 2006

True, but the IE newsgroup would know if there is code available to select a tab in IE7 from a web
page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Mike Mueller" <MyName@ecinet.net.net> wrote in message
news:OudmDhyiGHA.1640@TK2MSFTNGP02.phx.gbl...
>>> "Diane Webster" queried:
>>> What is the code for opening a new browser tab as opposed
>>> to a new window and
>> > is there an if tabbed browsing then ... else open new
>> > window?
>
>> "Thomas A. Rowe" replied:
>> You would need to post this to the IE newsgroup, as it is
>> not a FP related issue.
>
> *************************************************************
>
> Actally, this would be a programming issue. The OP is
> looking for code
> to put on her webpage to open a link in a 'new tab' as
> opposed to opening
> in a 'new window'.
>
> The answer to her question is there currently is no code to
> do this. Tabbed browsing is
> a relatively new feature, and I don't think that the
> programming has yet to add support
> for this.
> Most knowledgeable users who do have tabbed browsing that
> want this to occur have
> their browsers setup to open 'new window' requests in tabs.
>
> Maybe the developers of all these new toys could work with
> the consortium to add
> functionality for this in newer versions of the browsers.
> One issue with this is that the latest standards for HTML do
> not recognize the target
> attribute of a link, so the 'target="_blank"' is actually
> invalid code for 4.01 Strict
>
>



RE: IE 7 tabs by Rich

Rich
Mon Jan 28 16:16:02 CST 2008



"Diane Webster" wrote:

> What is the code for opening a new browser tab as opposed to a new window and
> is there an if tabbed browsing then ... else open new window?


Am looking for the same thing. I want to use my microsoft keyboard key
settings to make links to my favorite websites and click 1, 2, 3 et. on the
keyboard to open these websites in the same instance of IE but each in a new
tab.