I have a fairly large table that is for quoting motorcycles. By default the tabs go from left to right, but i need them to go Driver 1 info then directly to Unit 1 info, so if a user only has one driver and one bike they won't have to go through all 4 drivers and units. By the way almost all the input boxes are
echo "<input name='txtLast_Name_1' onBlur='lastnamecheck(this)'; type='text' id='txtLast_Name_1'>";
any help is appreciated
echo "<input name='txtLast_Name_1' onBlur='lastnamecheck(this)'; type='text' id='txtLast_Name_1'>";
any help is appreciated