Arshad Ali wrote:
You can use animated gif for that, just put animated gif in a <DIV>
tag, and set visible true / false according to the action....
--
Syed Arshad Ali
That's a little too simple for what I need. I still need the progress
bar to be able to check the server to see when the transaction is done
processing. I don't want to leave the user hanging for 30 seconds if
the transaction only takes 5 to process. The existing progress bars are
good, the only problem I have with them is that they seem to only
display percent done and don't have the ability to display work being
done on an process that can't be known. Then again, maybe the best
thing to do is to put the range from 1 to whatever the payment gateway
timeout is and do it that way.
Rich