CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   DOM and JSON scripting (http://www.codingforums.com/forumdisplay.php?f=15)
-   -   Best way and easiest for a beginner to set up a numpad! (http://www.codingforums.com/showthread.php?t=253740)

pbracing33b 03-09-2012 08:38 PM

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 03-09-2012 09:35 PM

Trying to remove this post bc I think it fits better in the javascript thread.


All times are GMT +1. The time now is 06:50 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.