Subj : Obtaining raw image and HTML from a page? To : netscape.public.mozilla.jseng From : "Laurens" Date : Thu Aug 07 2003 10:32 pm Hi, Is it possible to obtain the raw image data and HTML from the page currently displayed in the browser window through JavaScript? I just discovered that you can directly create Java objects in JavaScript using LiveConnect(as long as the classes in the VM's classpath). This is great! Now I need to pass the raw image data and HTML to my Java object so that it can convert the page to a Plucker document. I could feed the converter object the URLs so that it can go download the resources on its own, but I feel this approach is not as elegant as using the data already downloaded by the browser. Is this possible? I have no idea where to look. Thanks -Laurens .