Span Tags in HTML

Dave Cragg dave.cragg at lacscentre.co.uk
Tue Feb 10 08:52:19 CST 2009


On 10 Feb 2009, at 04:40, Ray Horsley wrote:
> But this doesn't:
>
>       put "<html><p>This is an example.</p></html>" into myHtmlDoc
>       put revBrowserOpen(tWinID, myHtmlDoc) into sBrowserId
>       set the BrowserId of image "BrowserImage" to sBrowserId
>

Ray, try with revBrowserSet, using the "htmltext" property.

E.g.

    put "<html><p>This is an example.</p></html>" into tHtml
    put revBrowserOpen(the windowID of this stack) into tBID
    put "0,0,200,100" into tRect
    revBrowserSet tBID, "rect", tRect
    revBrowserSet tBID, "htmltext", tHtml

Cheers
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.runrev.com/pipermail/metacard/attachments/20090210/8e4bcf85/attachment-0001.html


More information about the metacard mailing list