Results 1 to 7 of 7

Thread: Dynamic Ajax Content

  1. #1
    Join Date
    Apr 2011
    Posts
    82
    Thanks
    43
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax Content

    1) Script Title: Dynamic Ajax Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    3) Describe problem:

    Hello,..
    Can someone help me about this case.I spent few hours,but I can't find solution how this working.
    This is link

  2. #2
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    What problem are you experiencing with the script?

  3. The Following User Says Thank You to keyboard For This Useful Post:

    rexi (05-17-2012)

  4. #3
    Join Date
    Apr 2011
    Posts
    82
    Thanks
    43
    Thanked 0 Times in 0 Posts

    Default

    I don't know what is problem?
    If you look my source HTML on this above link,..you could be find what is problem.
    But,..thanks for.

  5. #4
    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

    There could also be other problems, but these files:

    max2.blogger.ba/ajaxfiles/external.htm
    max2.blogger.ba/ajaxfiles/external2.htm
    max2.blogger.ba/ajaxfiles/external3.htm


    as referenced here in the page's source code:

    HTML Code:
    <a href="javascript:ajaxpage('ajaxfiles/external.htm', 'rightcolumn');">Porsche Page</a>
    <a href="javascript:ajaxpage('ajaxfiles/external2.htm', 'rightcolumn1');">Ferrari Page</a>
    <a href="javascript:ajaxpage('ajaxfiles/external3.htm', 'rightcolumn2');">Aston Martin Page</a>
    are not on the server.

    Since they are the files that the script loads, if it cannot find them, nothing will happen.
    - John
    ________________________

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

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    rexi (05-17-2012)

  7. #5
    Join Date
    Apr 2011
    Posts
    82
    Thanks
    43
    Thanked 0 Times in 0 Posts

    Default

    OK,..Mr.John.
    Probably wrong "id".,,div with"id" going out from big box.That is main problem.
    Thank you.

  8. #6
    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

    If I understand what you're saying, no. The AJAX script (at least just now, when I checked again) is finding the target divs, it just can't find the files to put into them.

    There is an error with the other (the tooltip) script on the page not finding the div it's looking for. It's not that it's not on the page, rather that it hasn't been parsed yet. But that doesn't seem to be interfering with the AJAX script.
    - John
    ________________________

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

  9. #7
    Join Date
    Apr 2011
    Posts
    82
    Thanks
    43
    Thanked 0 Times in 0 Posts

    Default

    OK,..you right.Could be problem server off this blogger.
    Anyway Thank You vary much for that.

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
  •