Input text - onFocus/Select
Hi everybody,
I use input text to do my editable grid. For example:
var myData =
["<b>Ingresso</b>","<input type='text' id='myInput' name='Input1' value='0' size='5' maxlength='7' tabindex='1' style='text-align:right' onFocus='this.select;'>"]
but select doesn't work (onFocus event), somebody knows how i solve this problem ?
I use input text to do my editable grid. For example:
var myData =
["<b>Ingresso</b>","<input type='text' id='myInput' name='Input1' value='0' size='5' maxlength='7' tabindex='1' style='text-align:right' onFocus='this.select;'>"]
but select doesn't work (onFocus event), somebody knows how i solve this problem ?
Marcos
February 24,