Results 1 to 2 of 2

Thread: Problem with IE Compatibility

  1. #1
    Join Date
    Nov 2010
    Posts
    2

    Problem with IE Compatibility

    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:
    Code:
    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?
    Last edited by jsmaster; 22 Nov 2010 at 01:07 PM. Reason: new address

  2. #2
    Join Date
    Nov 2010
    Posts
    2
    bump. Can anyone help?

Similar Threads

  1. CSS Compatibility Problem with IE
    By navjeet1 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 27 Jul 2007, 10:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •