|
Active Progress Bar
by Activewebsoftwares
Active Progress Bar shows an html bar while you ASP script loads.
Programmer friendly because it uses VB script class.
No DDLs to install. 100% ASP VB Script
Features
Easily integrate to your ASP applications using the #include
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.showp
components-activeprogressbar add progress bar asp scripts without installing dlls
|