Hi...
A XAML page cannot be shown in a new browser window. Silverlight program actually shows within an < object > tag in the aspx (or html) page.
In order to get your requirement you need to host your Silverlight to a new website , which then will have second page (asp or htm) that’s links to another xap file
Which now have capability to open in new Browser.