Forum Moderators: open
We need to do something like this for a realestate site we are working on. How in the world are they doing this? Please any examples would most excellent.
Thanks,
Brent
my guess is that when the page refreshes it checks to see if the processing has finished. if it has, it goes to the results page, otherwise it displays the processing page again.
the page is doing something on the server (executing an ASP or CF or JSP script) that controls the redirection - delivering the processing page or the results page as appopriate