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.
You're doing it properly by using "_blank". What that does is opens a new page in either a new tab or window depending on the user's settings:
If you want to use a "hack" to get around this use this link as a resource. It basically states that until a browser supports CSS3 you'll have to use a "hack" as a workaround:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With