Results 1 to 1 of 1

Thread: Images loaded via AJAX not showing in IE

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Images loaded via AJAX not showing in IE

    Dynamic Ajax Content
    http://www.dynamicdrive.com/dynamici...jaxcontent.htm


    I was first introduced to AJAX on DYnamic Drives. Thanks so much, but I just came accross a problem implementing the ajax script.

    I have web page that usesing ajax to load content including images. In FF the images load no problem. In IE the images supplied by the ajax request don't show, but other html does.

    The code looks something like this

    ajaxpage('get_personnel.php?MemberID=$ID', 'bandmember')

    I have created a test case that's stripped of CSS and anything else superfluous.

    http://test-en.musikdebu.com/test-personnel.htm

    pswd: test
    user: test

    this page displays small faces of members of a group. Clicking a member's face runs the ajax code that will load the bio and additional photos (scroll down).

    As I said FF is ok IE no way. Very strange.
    Last edited by shocker; 05-18-2006 at 12:25 AM.

Bookmarks

Posting Permissions

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