Well, then Ganeshji is correct.

Every id on a page has to be unique.  In your example you have 3 ids,
all named "btcontrole".  You can only have one named btcontrole.
Change the ids of the other two.

The browser is ignoring the ids of the anything after the first span
which has already registered the id "btcontrole"

On Jul 3, 6:47 pm, Alexsandro_xpt <[EMAIL PROTECTED]> wrote:
> =/
>
> Sorry, but I can't have objects contains like that.. My HTML is like
> that:
>
> <span id="btcontrole">hi</span>
> <span id="btcontrole">bye</span>
> .
> .
> .
> .
> .
> .
> .
> <Table id="btcontrole">
> ...table info...
> </table>
>
> thank you.

Reply via email to