jsmaster
13 Nov 2010, 11:33 PM
I have a simple script that writes to a div from another hidden div. This is so clicking on one of the "submenu links" doesn't load a new page, but instantly displays the new content underneath. It works in all browsers, however IE doesn't display my Flash audio player when I do this. It displays everything else fine, just not the flash. I'm using the Wordpress Audio Player, and IE does display it when I'm not using this script. The script looks like this:
function showsection(sorc,tget,link){
document.getElementById(tget).innerHTML = document.getElementById(sorc).innerHTML;
}
The page where the script is running is http://aaronmusic.org/index.php?p=Services
Any help?
function showsection(sorc,tget,link){
document.getElementById(tget).innerHTML = document.getElementById(sorc).innerHTML;
}
The page where the script is running is http://aaronmusic.org/index.php?p=Services
Any help?