Span Tags in HTML

Brian Yennie briany at qldlearning.com
Mon Feb 9 23:30:28 CST 2009


Ray,

What happens if you include body tags? Your HTML probably won't render  
without them:

put "<html><body><p>This is an example.</p></body></html>" into  
myHtmlDoc

> Greetings again,
>
> The RevBrowser external works great in Metacard, even as far back as  
> 2.7.4.  Nonetheless, I'm trying to pass in my own html document  
> instead of a real web page and it doesn't respond.  So, this works  
> fine:
>
>       put revBrowserOpen(tWinID,"http://www.google.com") into  
> sBrowserId
>       set the BrowserId of image "BrowserImage" to sBrowserId
>
> 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
>
> Any ideas?
>
> Thanks,
>
> Ray Horsley
> LinkIt! Software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.runrev.com/pipermail/metacard/attachments/20090209/9b1a2b9d/attachment.html


More information about the metacard mailing list