You might try this link: Cheap Tricks: A Dynamic Progress Bar http://www.atgconsulting.com/progressbar.asp
No guarentees, I've not tried it, just bookmarked it for later potential use... Cary Quoting James Mclean <[EMAIL PROTECTED]>: > > Well if you could create simple do it yourself progress bar by having a > fixed width table say 100 px wide with one cell, then using the progress > percentage of the employee dynamically set the width of an image (simple > single colored gif) to a width as a percentage of the overall table. I > just used 100 here for example as its simple. For example: > <% > > Function getWidth > > ' if your employee progress is not already expressed as a percentage > convert it here > > End Function > > %> > <table width = "100"> > <tr> > <td><img src = "bar.gif" width = "<%=getWidth%>"></td> > </tr> > </table> > > Not sure where your getting your progress from? But you would be using > their progress in the form of percentage to set the width of the bar. > > Hope that helps anyway! > > -----Original Message----- > From: nice guy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 16 March 2005 8:27 p.m. > To: [email protected] > Subject: [ASP] Create Progress Bar in ASP > > > hi, > > i have to create a progress bar tht shows the progress done by the > employee. i am using Ms Access and FrontPage.......... Guys, this > urgent...........i need it very very much...... > > thanks guys.... > ---------------------------------------------------------------- This message was sent from RedNova.com. Get a free email account today! www.rednova.com --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
