Hey SO, is there anyway I can use HtmlPage.Window.Navigate(new Uri(link), "_blank");
to open a URI in a new tab (not new window!) which is in the same instance of Internet Explorer.
Currently using SL3 and it seems that whether its a new tab vs. new window is based on browser options...
Any help? Thanks.