I have a rather large function that executes at a point on my site. It calculates the number of projected users using a complex and rather lengthy algorithm. This can take up to 30 seconds to execute.
How can I display "Please Wait, Future User Projection is Being Calculated." until all the calculations are finished?
The message should only be displayed in a table on the page.
How can I display "Please Wait, Future User Projection is Being Calculated." until all the calculations are finished?
The message should only be displayed in a table on the page.






