| Author |
How to use f9 key in java
|
Harshal Gurav
Ranch Hand
Joined: May 29, 2008
Posts: 150
|
|
Hi, In my one jsp form I have multiple(8-10) input field where user have to enter input field. I am trying to filled all this input field with the data retrieved from database. Now the Scheme is like once user enter to the particular input field like name or companyId and enter the f9 key he will be able to see all the data from database like retrieved from database like select * from usermaster or any in another window . once user select particular entry it should be filled into that particular input field and simillar all the filled. can anuone help here. Thanks and Regards harshal
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Well Java != JavaScript http://www.quirksmode.org/js/keys.html http://snippets.dzone.com/posts/show/4961 Eric
|
 |
 |
|
|
subject: How to use f9 key in java
|
|
|