![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveHandle events from central script
From: Markus Ernst <derernst@NO#SP#AMgmx.ch>
Date: Thu Jun 23 2005 - 15:24:31 CEST
Hello
I try to hanlde events centrally for avoiding the need to write four event
if (document.getElementsByTagName) {
The script does not throw any errors neither in IE 6 nor in Firefox, but it
I thought of the a[i] overwriting the element variable in every loop and
Is my approach totally wrong, or is there anything I am missing?
Thanks for any hint
|