Richard2003
09-29-2002, 08:21 PM
Hi !
I have a problem with JavaScript : how can I set up the width of the button in a INPUT tag?
<input type="button" value=" 5 " onclick="calc(5)">
<input type="button" value=" SQR " onclick="spec(1)">
My target is that I want that the width of both buttons are of the same width.
How do I do that?
Richard
I have a problem with JavaScript : how can I set up the width of the button in a INPUT tag?
<input type="button" value=" 5 " onclick="calc(5)">
<input type="button" value=" SQR " onclick="spec(1)">
My target is that I want that the width of both buttons are of the same width.
How do I do that?
Richard