Mmmm.. this is an example:

<div id="a"></div>
<div id="b"></div>
<div id="c"></div>
<div id="d"></div>

I have 3 div. I can edit one of this using  - var hello[X] =
document.getElementsByTagName('div') -
If i want to edit the first, X=0
If i want to edit the second, X=1
If i want to edit the third, X=2
If i want to edit the fourth, X=3

I want to know the number "X" using Firebug. X is the position in the
array (hello[]) :)

Sorry sorry sorry for my bad english ><

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to