Onscreen keyboard

GREAT!!! Nice to get a programming puzzle figured out!

When you get it all completed, perhaps you won’t mind posting it so others can know how to do it.

I don’t know why I didn’t of doing it this way before. Simple, easy and customizable… Win Win…

Well, good luck with it…

one other thing…instead of using it with the testfields, how do I use it with these fields…


where id has a 1,2,3,or 4 after payment. I don’t quite get how the textfocus field worked, I just get that it did work. ahah

Look at my code. Inside of each textfield there is an “onfocus” that sets that field as the current one.
Then, the button code puts text inside it. So, any field you want to use, make sure it has an ID=“name” in it and the ONFOCUS= in it… Simple. So, your example with payment2 will work. I noticed you had an error in your sample. payment2 for name and payment3 for id… My code goes by ID only. But, they should be the same. (name=“payment2” ID=“payment2” NOT name=“payment2” ID=“payment3”)

Hope that helps… Gotta head out for awhile… Will check in later a few hours…

yep, figured that out. I had to look at for a little while…after looking at some of the code made it mush together confusing me.

Did you get it all working? Any other keys you need help with? Just curious…

Sponsor our Newsletter | Privacy Policy | Terms of Service