R
Randell D.
Folks,
I have seven text boxes which will contain measurements - I would like
the user to input their values in the order that I have listed the boxes.
How can I therefore make an input type=text name=box2 a readonly while
type=text name=box1 has a length of zero?
This is for an intranet based application and I understand all the
arguements and points that one has to consider in such that my server
side PHP does not expect the data to be input in a certain order - in
addition, I know that some users might want to input the data in
reverse, but I would prefer this not to be the case.
Can someone offer me direction (my js is improving so rough direction
would might well be sufficient).
Thanks/Regards
Randell D.
I have seven text boxes which will contain measurements - I would like
the user to input their values in the order that I have listed the boxes.
How can I therefore make an input type=text name=box2 a readonly while
type=text name=box1 has a length of zero?
This is for an intranet based application and I understand all the
arguements and points that one has to consider in such that my server
side PHP does not expect the data to be input in a certain order - in
addition, I know that some users might want to input the data in
reverse, but I would prefer this not to be the case.
Can someone offer me direction (my js is improving so rough direction
would might well be sufficient).
Thanks/Regards
Randell D.