How to launch a URL in IE10 from within a Windows 8 WInJS application?
Asked Answered
A

1

5

this might be a silly question but I have not been able to find an answer. I want to launch a specific URL with IE10 from within my Windows 8 javascript application, i.e. my application will be suspended and IE10 will launch. How do I do that with javascript?

Thanks Themos

Adulterate answered 15/5, 2012 at 12:10 Comment(0)
T
14
var url = new Windows.Foundation.Uri("http://www.google.com")
Windows.System.Launcher.launchUriAsync(url);
Taperecord answered 15/5, 2012 at 14:51 Comment(2)
No probs. Updated the example.Taperecord
But its opening on edge browser , not on any specific IE , @MichaelBrearleyApocope

© 2022 - 2024 — McMap. All rights reserved.