to set focus in a text box i have written
[CODE=javascript]document.formna me.elementname. focus();[/CODE]
I have also tried
[CODE=javascript]document.formna me.elementname. select();[/CODE]
and
[CODE=javascript]document.getEle mentById('eleme ntname').focus( )[/CODE]
but all are working in IE but not in MOZILLA.
please send me if anyone have any idea regarding this.
[CODE=javascript]document.formna me.elementname. focus();[/CODE]
I have also tried
[CODE=javascript]document.formna me.elementname. select();[/CODE]
and
[CODE=javascript]document.getEle mentById('eleme ntname').focus( )[/CODE]
but all are working in IE but not in MOZILLA.
please send me if anyone have any idea regarding this.
Comment