I am using 2 different scripts for a site of mine. One for modern browsers and one for IE.
Both use mouseover. How do I call both scripts? My code is:
onmouseover="mouseoversound.playclip(); playSound(0);"
That does not work yet I am unsure how to call both.
you can detect the IE like this,
In Play function detect the browser ( http://www.javascriptkit.com/javatutors/navigator.shtml ) and call relevant function,