I'm developing one application for iphone using phone gap.I that I need to display the web page when we click on one button. I designed that button using html. How to display the webpage?
attach a click handler to that button and use this http://jquerymobile.com/test/docs/api/methods.html
you will need to use a phonegap plugin in called childBrowser which will help you to show an external webpage without leaving your app check it at ChildBrowser for android and this is ChildBrowser for ios