Thanks, works well for the links in my popup. When I try to use the
same technique from my background page it opens the link in a new
window with no tabs or toolbars. Any ideas on how to get that to be a
new tab on an existing window?

--Jon

On Dec 11, 11:41 am, Mohamed Mansour <m...@chromium.org> wrote:
> Hi Jon,
>
> You can use the target = blank if you want that approach.
>
> <a href="http://chromium.org"; target="_blank"> open new tab </a>
>
> -Mohamed Mansour
>
> On Fri, Dec 11, 2009 at 11:31 AM, Jon Stritar <jstri...@gmail.com> wrote:
> > Is there a way to open a link in a new tab without going through the
> > tabs API (chrome.tabs.create)? We really don't need access to the tabs
> > and browser history for this, but I think window.open only creates new
> > windows. Any ideas?
>
> > --Jon
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.
> > To post to this group, send email to chromium-extensi...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/chromium-extensions?hl=en.
>
>

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to