Results 1 to 2 of 2

Thread: Ajax issue in IE

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ajax issue in IE

    Dynamic Ajax Content

    http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    Hi there,

    I'm in the process of putting together a simple folio that loads content into the top right column of the page when a link in the navigation or an image is clicked.

    http://www.andrewdroog.co.uk/testing/

    However, I work on a mac as websites clearly aren't my day job and after checking it on IE7 on windows last night the ajax functionality simply didn't work. Can anyone help me understand why? I've been informed IE doesn't like line 59 of the javascript, but only gives an "unknown runtime error" message. This means nothing to me as the code is just from Dynamic Drive.

    There's also a little problem in FF on mac with the content jumping a little when it enters the load div?

    I know there's probably other issues but I'm trying to get the basic functionality working first!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try it without:

    Code:
    <!--[if lt IE 8]>
    <script src="ie7/IE8.js" type="text/javascript"></script>
    <![endif]-->
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •