Progress Bar with Javascript
469542Dec 13 2005 — edited Jul 9 2008Hi,
I have a page that is used as a search
page that uses sql "like" queries.As
you know it takes an awfull lot of time
to search through 30,000 records using
a "like" statement,so i'd figured I create a nice
javascript progress bar to be displayed until
the results come up.Does anyone know how
to do this?
So when the search button is clicked then the
progress bar/REGION should be display and
when the results come up, the progress bar should
be hidden.
Any good suggestions?