Page 1 of 1

How to use AltBrowser to open local webpages?

Posted: Fri Jun 01, 2007 9:35 am
by alex298
Hello,

I wish to use AltBrowser to open local webpages with relative path (e.g. index.html, data/test.html) to RR application. I browses over the sample stacks and documents, it seems that they only mentioned how to open webpages on the Internet.

How can I do that?

Thanks and best regards

Posted: Fri Jun 01, 2007 2:55 pm
by BvG
You can read the html into a variable, and then use revBrowserSet with the htmltext property.

Alternatively, you can use the "file://" url, I think both Safari and IE understand that.