Wednesday, 18 September 2013

How to populate a database list without refreshing webpage

How to populate a database list without refreshing webpage

I'm interested in having a search form on the left side of a webpage, and
the main content being the rows returned from the database.
Example : www.kijiji.ca
What I want to avoid, is reloading the whole page. Kijiji is not a good
example of this, updating the query or changing the results page, updates
the entire browser window. Ideally when search parameters are changed, the
container with the search results will update, and nothing else. This way
the outside information is preserved, and page loading time is reduced.
Would an Iframe be ideal for this? Or perhaps Jquery/ajax can handle this
somehow ??
Thanks for the advice.

No comments:

Post a Comment