Is there a way to get a specific section of a web page to refresh?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maro100
    New Member
    • Aug 2010
    • 1

    Is there a way to get a specific section of a web page to refresh?

    I made a website, it has: a player and a chatbox; thing is i dont want the entire web page to refresh, because that would result in the player being refresh aswell... can anyone help?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    that is where AJAX comes in ... by using a XMLHttpRequest you might call a serverside script to retrieve some content which then could be processed with JavaScript at the client and thus that response could be used to update different parts of a webpage by using DOM methods etc. ... you might have a look here for a start.

    Comment

    • RamananKalirajan
      Contributor
      • Mar 2008
      • 608

      #3
      You can use Ajax to do that.

      Thanks and Regards
      Ramanan Kalirajan

      Comment

      Working...