If you want them to stay in your App, you need to put a UIWebView component in your app. If the UIWebView is visible when the button is pressed, just set the URL of the UIWebView to the URL of your page. If it is not visible, make it visible, then set the URL.
|