Revmobile Internet Support

Sarah Reichelt sarah.reichelt at gmail.com
Sun Mar 21 19:31:29 EDT 2010


On Sun, Mar 21, 2010 at 10:36 PM, Mike Brown <mike at cyber-ny.com> wrote:
> Does anyone know the method for displaying the web page retrieved from the
> example "put url (“http://www.google.com”) into tGooglePage"?

You can get a basic web page display using:

put url (“http://www.google.com”) into tGooglePage
set the htmltext of fld "WebPage" to tGooglePage

This just uses Rev's built-in html support, which is not complete, but
it gets you part of the way.

Cheers,
Sarah



More information about the use-livecode mailing list