On Sun, Mar 21, 2010 at 10:36 PM, Mike Brown <[email protected]> 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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
