![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archive"getAttribute" returns a child element instead of ...?
From: Noa <nlevin@jacada.com>
Date: Wed Jan 25 2006 - 09:22:24 CET
Hi
I have a page that looks like that:
<form name="kuku1" action ="anotherpage.html" >
As far as i know, "getAttribute" should return a string value of an
document.forms[0].getAttribute("action") indeed returns the string
However, document.forms[0].getAttribute("name") does not return the
Is it a bug? is it a defined behavoiur?
|