Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: progress bar pop up in browser

by gryphon (Abbot)
on Mar 25, 2002 at 17:43 UTC ( [id://154161]=note: print w/replies, xml ) Need Help??


in reply to progress bar pop up in browser

Greetings gdnew,

This isn't really so much a Perl question as it is a browser GUI + network communication question. Essentually, at least as far as I understand your question, you want to have a client-side visual progress bar that tracks something that's progressing on the server. There are many ways that you could handle this, each have advantages and disadvantages.

You could try:

  • HTML with Client pull
  • HTML with Server push
  • Java applet
  • Flash (Shockwave) thing that pings much like Client pull
  • At least one more option I haven't thought of yet

What sort of things are you trying to do with this progress bar thing? What are you wanting to show progressing? That will help isolate perhaps what method should be used.

-gryphon
code('Perl') || die;

Replies are listed 'Best First'.
Re: Re: progress bar pop up in browser
by gdnew (Acolyte) on Mar 26, 2002 at 02:33 UTC
    Hi gryphon.
    Oh yes you're right.
    I have found the javascript for these.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://154161]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-25 14:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found