Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Fun with AJAX

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27211
    AlCapone
    Participant

    Hello Again, So,
    I need to refresh a div which only holds data that had been populate through php. So this is the div at the moment.

    Code:

    And i need to refresh that with out refreshing the whole page, basically the contents of the example php file have changed and so need to reload them.
    I thought that Ajax would probably be my best bet but i’m not sure how to get it to work.
    So the function has been called, then in the ajax i do,

    Code:
    document.getElementById(“example”).innerHtml = “…

    Is this the right start, if so what now?

    I just wrote this code from my head so there are probably some errors but i just wanted to get a general idea of where to go now.

    Many Thanks
    Chris

    #68201
    BaylorRae
    Member

    Net Tuts has a two part series on creation Ajax requests from scratch.

    Part 1:
    http://net.tutsplus.com/videos/screenca … avascript/

    Part 2:
    http://net.tutsplus.com/videos/screenca … pt-part-2/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.