http://www.w3.org/1999/xhtml">
"document.images['example'].src=image02.src" onmouseout=
"document.images['example'].src=image01.src">

Onmouseover & onmouseout not working
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Zoran HorvatPosted Jul 26, 2011, 6:52 AM
Please don't forget to check "This is correct answer" for the post which solved the problem.
Thanks,
Zoran
Jagjit SainiPosted Jul 26, 2011, 6:34 AM
By replacing \ with / it worked.
Thanks
Zoran HorvatPosted Jul 26, 2011, 6:12 AM
Zoran
Zoran HorvatPosted Jul 26, 2011, 6:11 AM
Also, I see that all images paths start with Images\, but when you change the source programmatically you say src=image02.src. Shouldn't it be: src=Images\image02.src
Also, what is the .src extension? Should it be .gif or something?
Zoran
Dorababu MekaPosted Jul 26, 2011, 6:08 AM