JS Function to focus() 3 inputs
Posted: Tue Nov 08, 2005 8:18 pm
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.
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.