Is it possible to use a function to automatically focus() 3 form inputs one after the other?
Any examples?
i'm using the following to update the input text
<input type=\"text\" size=\"19\" name=\"totalLabelsReturned\" onBlur=\"checkNumeric(this,0,999999999,'','','');\" onfocus=\"calcCostRetLabel()\" value=\"$record[totalLabelsReturned]\">
tia, Will.
JS Function to focus() 3 inputs
Moderator: General Moderators