View Single Post
Old 03-09-2012, 08:38 PM   PM User | #1
pbracing33b
New Coder

 
Join Date: Mar 2012
Posts: 70
Thanks: 6
Thanked 0 Times in 0 Posts
pbracing33b is an unknown quantity at this point
Post Best way and easiest for a beginner to set up a numpad!

Hello,

I was wondering what the easiest and best way for a beginner like myself to set up a keypad with numbers only and have them incorporate it to a text area or box, basically the user will click the button and the number that is pressed will show up in the textarea or text box. I am wondering what the best way to do this is.
Code:
<input type="image" id="1" src="Button1.gif" alt="Calculator Button #1"/>
This is the line of code (an example of it) that I am working with. So my question is what is the best way to do this.

Thanks for the help.
pbracing33b is offline   Reply With Quote