Hey Gonzo,

I have opened this page you have provided in 3 different browsers.  1. FF,
2. Safari, 3. Chrome (all on the pc).  In each instance the links work
exactly the way I set them up to in the settings.

Maybe I answered too soon and did not know what exactly it is that you are
trying to do.
I had thought that you wanted to open a page link in a new tab (if the
browser supports tabs) rather than a new browser window.  This just isn't
possible to do on your end of the code. IF you have a confined area of users
who are at the whim of your requirements, you can instruct them, or go to
each computer yourself, and set up the settings to match your needs. But
that assumes a lot about your environment.

IF you had meant that you wanted to know how to open a new window/tab
instead of just loading the new page in the same window/tab that your user
already has open, then there are several ways to do this.
1.  use the parameter 'target' with the value '_blank'.  (<a href='link'
target='_blank'>link</a>
2.  user the javascript window.open() command (you should google it if you
don't know of it already)

I hope this post was little more helpful to you than my last one was.

William

-----Original Message-----
From: Gonzo Rock [mailto:[email protected]] 
Sent: Monday, May 11, 2009 6:52 PM
To: cf-talk
Subject: Re: making new tab the target of a url


Hey William,

Somehow it IS controllable...
for example:
http://www.selexgalileo.com/SelexSAS/EN//index.sdo

Notice that at the very top of that page, in Red, there is a link labeled
Innovation... it opens Innovation in a new tab.
Notice that there is another link at the bottom of the page, marked
Credits... it opens in the same tab.

The Innovation URL is contained in an iframe and the target is _blank and it
opens in a tab.
The Credits URL is of course a classic URL which opens in the same
window/tab.

But there is more to this... _blank always opens in a new window when I
write it... can't figure out how to make this tabbed behavior happen and
I've been goggling for most of the day reading and trying various
approaches.

Gonzo

On Mon, May 11, 2009 at 5:07 PM, William Seiter <[email protected]> wrote:

>
> Gonzo,
>
> I am assuming that you are referring to the 'browser' tabs as opposed to a
> tab in a cfajax element.
>
> The control over that part of the browser is only available to the
computer
> user.  There is a setting in most of the browser with tabs that I have
> looked at, that allows new windows to be opened in a tab rather than a new
> window.
>
> This is part of the 'sandbox' control of the browser.  That invisible line
> between what a website can do on a computer and what it can't do.
>
> William
>
> -----Original Message-----
> From: Gonzo Rock [mailto:[email protected]]
> Sent: Monday, May 11, 2009 4:51 PM
> To: cf-talk
> Subject: making new tab the target of a url
>
>
> How does one make a new tab, or a named tab for that matter, the target of
> a
> url?  Everything I try ends up in a new window, not a tab. ;-(
> Thanks,
> Gonzo
>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322403
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to