Hi, i need select the text when cliked in a field.
i did a function javascript named selectall:
in event javascript cliked i assign this function to field:
this is function:
document.F1.myfield.focus();
document.F1.myfield.select();
But this do not works!.
if i set an alert to this funtion, it shows the message.