|

Add only a few lines of code to your ASP pages. Below is a sample code.
Response.Buffer = False Server.ScriptTimeout =25000 Set pb = New clsProgbar pb.Initprogbar "Test",100 for i=1 to 100 pb.showprogbar "Test",0 next pb.finishprogbar
Active Progress Bar Source Code v2.0 Package