how I have browser event of miss image [message #904316] |
Tue, 28 August 2012 04:19 |
Eclipse User |
|
|
|
Hi all,
I had a java program with "javamail" and "lobobrowser" to view my emails.
I replaced the "lobobrowser system" with the "org.eclipse.swt.browser system" (swt.jar), but I had some problem with the "cid images".
To resolve the problem I used "jsoup parse" to catch the "cid images" and insert the source data directly into the html file (I use the text system). It runs very good.
I want to know if it exists another way to obtain the same result, for example the browser event.
If the browser "miss image" event exists (the "cid images" in this case), I can give the data source image directly by this event without changing the html source (text source) .
This is only a sample to indicate what I would.
Any help is appreciated!
|
|
|
Powered by
FUDForum. Page generated in 0.44595 seconds