|
Posted by The Natural Philosopher on July 18, 2008, 5:54 am
Please log in for more thread options ania.malicka85@gmail.com wrote:
> Hello,
>
> I would like to create a webpage which have similar effect to the one
> presented on www.carrentals.co.uk (when you search for a car, new
> results (sorted!) are presented without refreshing the internet
> browser).Any ideas (free scripts / descriptions) how can I get such
> functionality?
>
> Thanks, Ann
But it does refresh the browser!
If you wantto NOT refersh a browser, you have tow options
- download all te data and use javascript or other clientside stuiff o
sort out what to display
- use a 'hiddeb' partial refersh like AJAX, to send background requests
to the server, and rewrite parts of te screen baed on the result of that
request.
The site you specified appears to refesh the entire page every time a
change is made..
|