awesome, this sounds perfect, thanks!
Hi, Yeah I reliase that, however I want to serve up the html content to the user without needing to store tempory data on the filesystem
Hi All, Im using JWebBrower.setHTMLContent() and its working fine for rendering HTML and external links. Is it posisble tho to someone pass files using code so that they can be used in links/images.. for example, instead of needing an external link for a image on the page, is it possible to just use logo.jpg... and somehow pass that image into the browser in the same way setHTMLContent is used? Thanks