D
David
Hi,
I hope this is the correct place for this post. I have also posted to
the JavaScript group.
I have an asp page with a form.
The form has 2 text boxes for entering a serial number range.
first serial & last serial
In a variable on the asp page I have a quantity.
What I want is that when the user enters a serial number in the first
text box and presses the tab key to set focus to the second text box,
I want the second box to copy the first, but to increase by the qty in
my variable
i.e. Text Box 1:
User types: 1104555666 and presses tab
Qty in variable is 10
1104555666 should increase by 10 but include the first, i.e. -1 on the
end.
Text box 2 should then display 1104555675
How is this possible ?
Appreciate your help
David
I hope this is the correct place for this post. I have also posted to
the JavaScript group.
I have an asp page with a form.
The form has 2 text boxes for entering a serial number range.
first serial & last serial
In a variable on the asp page I have a quantity.
What I want is that when the user enters a serial number in the first
text box and presses the tab key to set focus to the second text box,
I want the second box to copy the first, but to increase by the qty in
my variable
i.e. Text Box 1:
User types: 1104555666 and presses tab
Qty in variable is 10
1104555666 should increase by 10 but include the first, i.e. -1 on the
end.
Text box 2 should then display 1104555675
How is this possible ?
Appreciate your help
David