'Show webpage with no URL bar, navigation bar, etc

I'm working on a vb.net web application and want to make it to where when someone puts in a url into the browser or when someone clicks on a shortcut, a new browser window is opened but there is no back or forward, no refresh, no navigation bar, etc. Does anyone know how to do this or if it's even possible? I just want the browser shell essentially. Thanks.



Solution 1:[1]

You can do this in javascript code behind cannot open new browser windows. Take a look here.

Solution 2:[2]

you can do this with javascript using the window.open() method.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rerun
Solution 2 SquidScareMe