PDA

View Full Version : Javascript runs as a key mobile?????


espinete2004
04-15-2004, 04:15 PM
Hello

Does anyone know about any javascript that runs/works as a mobile?

I mean:

Key from 0 to 9....

If someone touches "1" the A comes. If you dont type during two seconds the "A" keeps stayig there and the cursor goes ahead. If you touch during those two seconds the key "1" turns it into "B" again...etc

So....a mobile but in a javascript.

Kind Regards.

p.s..Could you send even an example on a couple of keys...the "1" or "2"

DHTML Kitchen
04-16-2004, 12:52 AM
Let us know when you find and answer. I'd be interested to know.

glenngv
04-16-2004, 05:57 AM
I made one (http://www.codingforums.com/showthread.php?t=34291) for one of the members here. It's not yet robust, but it got the basics. Probably I can update it in the future (if time permits) and post it in "Post a Javascript" forum. :cool:

espinete2004
04-16-2004, 03:26 PM
Thank you very much, and I really look forward to seeing the script finished.

Jose

:thumbsup:

glenngv
04-19-2004, 03:30 AM
I'm working on it right now. :)

glenngv
04-20-2004, 02:04 AM
The updated script is now posted on Post a Javascript forum. Check it out here (http://www.codingforums.com/showthread.php?p=193394).