Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Screen

Status
Not open for further replies.

dcomit

Technical User
Joined
Jun 20, 2001
Messages
115
Location
GB
I want a screen which will just sit and wait until a user enters an alphanumeric string, terminated by the enter key. I then want to use the submitted string to do a lookup on a MySQL database.

Any ideas welcome.
 
Create an onKeyUp() javascript function. Once chr(13) is found, submit the form.

Mark
 
OK, let’s suppose I’m a complete novice when it comes to web development, do you have any sample code I can look at.

Thanks,
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top