Hi all,
I am using label tags to put the focus in a textbox while pressing on the text between the label tag
Like this:
<code>
<LABEL for="name">Name:</LABEL>
<INPUT TYPE="text" id="name">
</code>
So in IE when i press on Name:, it put the focus in the textBox.
It just doesn't take effect in Netscape
Does anybody knows if we have to do something different in order to do that with Netscape
Thanks
