Open HTML code with Revbrowser
Sarah Reichelt
sarah.reichelt at gmail.com
Tue Mar 9 03:02:14 EST 2010
On Tue, Mar 9, 2010 at 5:37 PM, paolo mazza <mazzapaoloitaly at gmail.com> wrote:
> How can I open the Html code with revRrowser ?
> I mean, I have the Html
>
> Using... revBrowserOpen(tWinID,"http://www.google.com") I can open a Web
> page using an URL.
>
> What about opening a web page providing the Html code from the program?
Open a browser with no URL.
Then use revBrowserSet to fill it in with your html,
e.g.
revBrowserSet tBrowserID, "htmlText", MYHTMLCODE
Cheers,
Sarah
More information about the use-livecode
mailing list