IE does not show images swapped using src=

I am having a hard time figuring out how to solve this problem. I have a script that changes the src attribute of an image. Oddly it shows up fine on safari on my mac but on my iPhone, iPad, IE the image doesnt show.

Below is the code.

[php]


[/php]

I wonder if anyone here knows what this is about??

Thanks

Do not use BMP. It is the least supported format. Use PNG, GIF, or JPG.

See: http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support

Who would have thought it was that easy.

Thank you very much M@tt!

Sponsor our Newsletter | Privacy Policy | Terms of Service