How do I add a progress bar to a webform?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add a progress bar to a webform? I see it under add remove items
for winforms, but not for webforms.

Any ideas appreciated,

Rachel
 
in WebForms you need an ActiveX control or...

....you can build a progress bar in Flash or Animated Gif. I use Animated
Giff for that, before BODY tag I insert a Call to show a DIV (that have a
table and the animated giff) after the end tag /BODY I call javascript to
hide it...

so I have an animated giff with a clock running and a message, please wait,
"I'm fetching data from the server..."

it works nicely :-)

Bruno Alexandre
(Sintra, PORTUGAL)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top