![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Newbie Question - variable name in getElementById() method doesn't seem to work
From: DJ Majestik <jimmymg@gmail.com>
Date: Mon Jan 30 2006 - 22:31:11 CET
Where do you call your second method from (handleResponse)? If you do
<body onload="handleResponse('myTest');">
That should work if the first one works.
|