It is in the External Access part of the code library, but here it is if you can't find it. Just add it to a button's onclick event.
// Values you provide
var websiteURL = "http://www.google.com/"; // replace with the website URL to show
// Show website code
widget.openURL(websiteURL);