How to display output dynamically?

Discussion in 'JavaScript' started by Freewebspace, Sep 14, 2009.

  1. #1
    I am querying a search engine and returning the results .I wish to display the results once it gets fetched without waiting for the next one to be fetched

    E.g www.digpagerank.com

    When you enter a url and click on submit ,it displays all the results as "Talking with G" After that once the results are fetched it displays it dynamically How this can be done ?

    Edit/Delete Message
     
    Freewebspace, Sep 14, 2009 IP
  2. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #2
    erm - they do this because they sequentially query via ajax all the serps they know of.

    this means each query returns one result only. if you query a search engine, it wont return results 1 by 1, it will return say 25 per page. you can write a script that can fetch multiple pages and parse them so you can get similar effect - but it all depends on what you are querying ...
     
    dimitar christoff, Sep 15, 2009 IP