Hello,
I have a small project, wherein i have to develop a keypad with all the digits+backspace+decimal (all as buttons).These digits when clicked should populate a form field(say a text box).This keypad should be located next to the form field as a link.
The keypad should be preferably Javascript/AJAX.Also the keypad routine should have a close button in order to minimize the popup keypad.(its very much similar to a calendar control which we see in ticketing websites)
I needed help with coding the keyboard routine.i mean how do i design the javascript file.how to include the buttons(for the digits+decimal+backspace in the file).how to code the part where when the buttons are clicked,then that value is showed in the form field.
To round up the keypad routine does nothing fancy but to just populate the form field,when the digits(buttons) are clicked.
I have a small project, wherein i have to develop a keypad with all the digits+backspace+decimal (all as buttons).These digits when clicked should populate a form field(say a text box).This keypad should be located next to the form field as a link.
The keypad should be preferably Javascript/AJAX.Also the keypad routine should have a close button in order to minimize the popup keypad.(its very much similar to a calendar control which we see in ticketing websites)
I needed help with coding the keyboard routine.i mean how do i design the javascript file.how to include the buttons(for the digits+decimal+backspace in the file).how to code the part where when the buttons are clicked,then that value is showed in the form field.
To round up the keypad routine does nothing fancy but to just populate the form field,when the digits(buttons) are clicked.