I have "copied" the html for a logon screen webpage. It works great and can access the database with the usernames and passwords. However, when entering data for the login, one cannot backspace, if you make an error you must highlight and retype. I believe the code is this <input name="UID" type="text" size="20"> is there some way to adjust this/add to it to allow for backspace?
Usdi 0 Newbie Poster
Recommended Answers
Jump to PostIf you have a script grabbing the individual characters from the keyboard, it also has to grab the backspace and remove one character from the buffer.
All 4 Replies
webexpertzhere 1 Light Poster
Usdi 0 Newbie Poster
webexpertzhere 1 Light Poster
MidiMagic 579 Nearly a Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.