speedman_2001
Registered User.
- Local time
- Today, 09:39
- Joined
- May 23, 2008
- Messages
- 30
Ok so here goes. I have a page with a form on the left and list box of users on the right. The list box is populated by a php mysql query as soon as the page is loaded and the page is used to administer users for the site. What I'm trying to do is make the page a little more interactive. As soon as the user chooses/clicks on a user from the list, I would like the user's username, first name, and last name to populate into the correct fields on the form on the left. All of the information needed for the text fields is contained in the list, but it appears I can only pass the index value from the list to the onclick event of the list box. Am I looking at this completely the wrong way or is there something I've missed?