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:322400 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

