Displaying counter

2002-07-15 Thread Jim Lundeen

Hello all,

I know this probably isn't the appropriate list for my question, but I
don't want to receive email on other lists too!

So, if you know the answer, I'd appreciate your help...

I have the following in my HTML output:

head
  meta http-equiv=refresh content=600;URL=program.cgi
/head

Question:   Is there a way to display the counter?  I want to have my
page say You will be transferred to blah in NNN seconds...  I want
the message to actually show the active counter...   600 changes to 599,
then 598, and so on...

Thanks!





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Displaying counter

2002-07-15 Thread Camilo Gonzalez

Dude,

Make it easy on yourself, use an animated GIF. It's close enough. You don't
really mean 600 seconds do you?

-Original Message-
From: Jim Lundeen [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 2:58 PM
To: begin begin
Subject: Displaying counter


Hello all,

I know this probably isn't the appropriate list for my question, but I
don't want to receive email on other lists too!

So, if you know the answer, I'd appreciate your help...

I have the following in my HTML output:

head
  meta http-equiv=refresh content=600;URL=program.cgi
/head

Question:   Is there a way to display the counter?  I want to have my
page say You will be transferred to blah in NNN seconds...  I want
the message to actually show the active counter...   600 changes to 599,
then 598, and so on...

Thanks!





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Displaying counter

2002-07-15 Thread fliptop

Jim Lundeen wrote:

 I have the following in my HTML output:
 
 head
   meta http-equiv=refresh content=600;URL=program.cgi
 /head
 
 Question:   Is there a way to display the counter?  I want to have my
 page say You will be transferred to blah in NNN seconds...  I want
 the message to actually show the active counter...   600 changes to 599,
 then 598, and so on...


there's a script available from http://javascript.internet.com that does 
this very thing.  i've used it and it works very well.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]