molconvert to png not working with internet explorer

User 773d472e7f

12-03-2014 17:00:25

Dear Chemaxon


I am using the molconvert webservice to produce structure images from inchi to png as in the following link:


http://akoscompounds.de/catalogue/AKosSamplesiSSretrieval6.php?IDNUMBERS=AKOS001100100


this works in google Chrome and Firefox.


however it is not working in Internet Explorer.


Please would you advise.


kind regards,


Bernard.

ChemAxon 13811e1703

13-03-2014 12:34:42

Hi Bernard,

Remove the :transbg modifier here:



<img src="data:image/png:transbg;..." />

Internet explorer versions has some limitations on supporting the data URI scheme:
http://en.wikipedia.org/wiki/Data_URI_scheme />

Regards,
PeterĀ