\n';
countersloaded = 1;
keyarr = new Array();
inuse = '';
tallyrecorder();
displsbtn(sorhplscache);
disminbtn(sorhmincache);
disname(didncache);
countersize(countersizecache);
document.getElementById('tallies').rows = 2;
setTimeout('setcont()',25);}
function SelectAll(id){
document.getElementById(id).focus();
document.getElementById(id).select();}
function keyevent(e){
var code;
if(!e) var e = window.event;
if(e.keyCode) code = e.keyCode;
else if(e.which) code = e.which;
var character = String.fromCharCode(code).toLowerCase();
for(var x=0;x
Tool: Online Tally Counter
Show
hide name, start count, increment, shortcut, input fields.
Name:
Start count:
Increment:
Shortcut:
#1
Keyboard shrotcut on
off.
Preferences:Show hide name. |
Show hide plus button. |
Show hide minus button. |
Align counter: left center right. |
Make name + clickable: yes no. |
Make counter display + clickable: yes no. |
Click sound on count: yes no.
Counter size px.
Counter display order
1=Name 2=Count 3=Plus 4=Minus