Re: getElementByName within containing DIV
- From: Joost Diepenmaat <joost@xxxxxxxxx>
- Date: Sun, 30 Mar 2008 23:56:09 +0200
George Maicovschi <georgemaicovschi@xxxxxxxxx> writes:
Try assigning a name to the DIV element and use the DOM syntax to
access elements by their name like:
document.body.div_name.inputbox ...
It should work...shouldn't it? I'm curious if it works, if you try it,
tell me :-)
I shouldn't. For a couple of obvious reasons, one being that names
aren't guaranteed to be unique.
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
.
- References:
- getElementByName within containing DIV
- From: DanWeaver
- Re: getElementByName within containing DIV
- From: George Maicovschi
- getElementByName within containing DIV
- Prev by Date: Re: getElementByName within containing DIV
- Next by Date: Re: Putting DIV wrapper around all code in body
- Previous by thread: Re: getElementByName within containing DIV
- Next by thread: Re: getElementByName within containing DIV
- Index(es):