Creates a web popup that loads a local or remote web page.
Syntax:
native.showWebPopup( url [, options] )
native.showWebPopup( x, y, width, height, url [, options] )
Example:
native.showWebPopup( 10, 10, 300, 300,
"http://www.google.com",
{urlRequest=listener} )




