How do I change website content without viewers having to refresh their browser?

Discussion in 'Programming' started by Advice Pro, Apr 20, 2010.

  1. #1
    I also want the prevent browser crashes or website lag!
     
    Advice Pro, Apr 20, 2010 IP
  2. 911voodoo911

    911voodoo911 Member

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    Use Ajax to solve this problem
     
    911voodoo911, Apr 20, 2010 IP
  3. VarriaStudios

    VarriaStudios Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    actionscript 3
     
    VarriaStudios, Apr 20, 2010 IP
  4. VarriaStudios

    VarriaStudios Member

    Messages:
    246
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    when you're using actionscript 3, you can send HTTP request without having to reload the page,
     
    VarriaStudios, Apr 20, 2010 IP
  5. blacksheep666

    blacksheep666 Active Member

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #5
    ajax solve your problem
     
    blacksheep666, Apr 21, 2010 IP
  6. nimonogi

    nimonogi Active Member

    Messages:
    398
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    80
    #6
    The best way is to use AJAX if you have some JavaScript knowledge.
    AJAX is not a programming language, but a new way to use existing standards.
    AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page.

    http://en.wikipedia.org/wiki/Ajax_(programming)
     
    nimonogi, Apr 21, 2010 IP