I have a textarea im trying to access through javascript
using getElementById("id").x i can access the textarea no problem, but changing it to getElementsByName("name").x, all x's are undefined (ie, value, name, rows,cols)
now of course the obvious answer is to just access through ID, but due...
______________________
| | here is the javascript code,
| | in frame1
|_____________________|
| |
| | in frame2, i have a textarea
|_____________________|
I can't figure out how to access the textarea to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.