Search Result

Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
counter
  •  

  • How to get PMW counter to call a function when value changes

    Hi,
    I have implemented a number of megawidget counters, and I would like them to call a function when their values change. Is this possible?

    So far, I have only been able to get the counters to call my function when I enter keystrokes in the entryfield (excluding the up and down arrow keys, which do nothing). Here's a snippet:
    Code:
    myCounter.component('entryfield').bind("<Key>",myFunc)
    ...
    See more | Go to post

  • A 2 part hit counter that counts with one code and shows with another

    Hi.

    Im not sure if this is possible, but I need a rather specific hit counter. It needs to be client side, and in 2 parts. The first part, counts the hits, so i can count the hits on one page (ie counting the number of times someone has 'played' a flash game), and show the number with another code, so you can see how many hits on any page the web developer chooses.

    Like I said, this needs to be client side, and i would...
    See more | Go to post

  • HawkNail
    started a topic JavaScript Counter Error

    JavaScript Counter Error

    Long story short, I'm making an online test to help prepare some buddies for an online math test. The test is timed and so I am trying to put in a counter to count down to zero. My code looks like this:

    Code:
    function clock()
    {
    	if (document.clock.display.value>0){
    	setTimeout("clock()",60);
    	document.clock.display.value = document.clock.display.value - 1;
    	document.clock.display.write("document.clock.display.value");
    ...
    See more | Go to post

  • bboyson
    started a topic Help with money counter

    Help with money counter

    Hello,
    I'm new to the programing world and i am trying to make a money counter for a charity group that will count how much money people donate and will update automatically when someone donates via pay pal or credit card. Can someone please walk me through this or post a link to a tutorial.
    See more | Go to post
Working...