HTML View Question
-
I want to use HTML View in my application, but the HTML file is loaded from database, and there is some picture, how to load it to HTML VIEW?:-D
Some ideas: 1) save the picture to a temp file, then change each reference to that picture in the HTML source 2) use a .mht file, that has embedded pictures Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
Some ideas: 1) save the picture to a temp file, then change each reference to that picture in the HTML source 2) use a .mht file, that has embedded pictures Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
However, If I know how IE works, I think it will help me more. Thanks your help!!! What I needed maybe you have, so let's help each other.
Well, I would be glad to help you, if I could, but I can't see how. :) If all you do is reading from the database, and you can convert each "HTML+pictures" record to a ".mht" record, then no problem. If you need to write such records from your program, obviously you have to know how to produce a ".mht". What I know about it is that it's a multipart MIME message, in fact if you rename it to .eml you can open it with OutlookExpress. Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)