Increment Counter

S

Sean

Hi,
I am new to this. Need help to create an changeable increment counter to
display on the web site.

The counter will be displayed and be incrementing every seconds by a value
of example 6.85.

Appreciate if anyone can help to advise how this can be done.

Also how can I do it similarly in Powerpoint ?

Thanks in advance for the help
 
D

Don Schmidt

A google search for "JavaScript increment counter" brings up some
interesting suggestions.
 
S

Sean

Hi,
Apologees as I have absolutely no clue how to do this.
All searches only points to count down or up timer, or hit counters. But
this is not what I need.

Actually, I would like to display the counter like a running clock in the
web page, but with the numbers jumping in steps of say 6.85.

eg. 6.85, 13.7, 20.55, 27.4, etc....

Do you have any specific codes to do this in Java or html?
 
R

Rob Giordano [MS MVP]

what's it for?
what starts it?
what stops it?
what's it counting?

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
 
S

Sean

For my boss.
Whenever the web page refreshes. Or via a Start/Stop button.
Whenever the web page refreshes. Or via a Start/Stop button.
Counting Euro dollars. The number increases by Euros 6.85 every seconds.


--
Sean


Rob Giordano said:
what's it for?
what starts it?
what stops it?
what's it counting?

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
 
D

Don Schmidt

Is it to be displaying a National debt that increases every second?
Something like a world population counter?


--
Don - Publisher 2000®
Vancouver, USA
 
S

Sean

How do I change it to start counting from 0 ?
And it always appears at the bottom right of the page. How can i move it to
display at a location I want ?
 
R

Rob Giordano [MS MVP]

I don't think you can start it from 0 since it's running from their site and
based on the real ND. But, explore their web pages for changes you can
make...there are examples there.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
 
S

Sean

Are there some other ways ?

I need to display it like the National Debt, but I need to start the count
from 0, and incrementing by (say 6.85) every second.

Many thanks for the advise.
 
R

Rob Giordano [MS MVP]

try Googling for counting scripts (you'll get a lot of hit counters though).


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
 

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

Top