Hi helper,
I have the following button:
<BUTTON id="associateBtnId" name="associateCmd" onclick="submitAssociate()
;" tabindex="2" onmouseover="changeApearan
ce(this, 'over')" onmouseout="changeApearanc
e(this, 'out')" styleClass="sbttn">
Associate
</BUTTON>
When I activate - document.getElementById('a
ssociateBt
nId').focu
s();
The focus is shift to the button and it is activated as well!! I just want the focus to be on the button and thats it. when the user descide to activate he should press Enter.
How can I shift the focus to the button without activating it?
Thanks
Yossi
* 165 is all the points I got :-(
Start Free Trial