Hi,
I am building a site for real estate selling.
When the user performs a search he get a list of results.
usually the user need to press a result to be directed to a page with only the current result detail, but I want to improve it and to make it so that when the user presses the ad, the ad opens in the current page, allowing him to view the current ads detail plus the lines of the other ads, and ofcourse he can then click on as many mor ads in this way.
I saw one implementation of that, in which the data of all the ads is downloaded to the user, and another implementation in which on clicking the ad, it connects to the server and brings only the relevant details, so the page is not reloaded, just the relevant ad is opened with the details. so it is pretty fast (less than 1 second).
How can I do it. both implementations?
Thanks
ravid