I have an basic HTML 4 webpage with an NPAPI plugin that that I am writing which causes a Thread to run in the background and return via a JavaScript callback after several seconds.
Don't let the "plugin" part scare you off - this is a straight forward HTML/JavaScript question.How can I display a simple indeterminate progress indicator during this process?
AND
How can I dismiss said progress dialog once I regain control in the callback?I want this to keep this as minimal as possible.
- Thank you in advance for any help you might be able to offer.
Don't let the "plugin" part scare you off - this is a straight forward HTML/JavaScript question.How can I display a simple indeterminate progress indicator during this process?
AND
How can I dismiss said progress dialog once I regain control in the callback?I want this to keep this as minimal as possible.
- Thank you in advance for any help you might be able to offer.