I have a search setup which returns specific values from a database, and lists them in a table. I'd like for this to work without a page refresh and to keep things dynamic. How do I go about having a loading image display onclick when the search is performed, and hold out until all the data has been compiled?
simple.. show ur image using some dhtml before u submit.and hide it when the response comes back(in a call back or something).Using jquery or YUI u cud do this easily.. good luck