I have some simple Javascript code that change the images using the JavaScript. I use the GetElementById, then change the image source etc. etc. Well, pretty "standard" and working fine with Netscape and IE6. With IE7 it does not work... :-| Is there any difference for this new browser release ? How to change an image with JavaScript and IE7 ? Help... :-|
Roberto, I'm not great at JavaScript, but I can tell you for sure that in order for anyone to help you they're going to need to see some code.
For the record, I've found that IE7 works pretty well - much better than IE6 for a standards-compliant site - so I'm sure whatever issue you're seeing can be worked around.
If seen with IE7, it just shows a still clock, stuck at 12. With other browsers, it works fine, showing a running clock.
I guess the problem comes from the dynamic assignment of getElementById("id").src. The problem with my script is similar.
What do you think ? Am I the only one on this earth who notice this weird behavior of IE7 ? :-) I don't think the JavaScript is not standard or compliance to W3C...
Nice to have Microsoft programmer not checking one of the most basic functions before releasing IE7... :-|