View Single Post
Old Apr 18th, 2006, 6:23 PM   #3
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Here's how I would do it: I'd have the list of names, which would link to a popup with the user ID number as a parameter:
[html]<a href="#" onclick="javascript:window.open('person.php?id=5');">John Smith</a>[/html]

I'd then get the information in the popup page, rather than unnecessarily loading all of it at once for the list.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote