On Tue, Mar 9, 2010 at 5:37 PM, paolo mazza <[email protected]> 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
_______________________________________________
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

Reply via email to