![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Need advice for acting on only the last onkeyup event in a series
From: <john.lum@gmail.com>
Date: Tue Jan 31 2006 - 14:25:24 CET
Thanks much for the suggestion. Your approach didn't quite work for
However, I did get things working with a modified version that uses
//--------------
function handleKeyUp() // keyup handler
function compareCounts()
There may be better/non-global-variable techniques involving passing
Thanks,
|