I'm making an Administrative page for my website. It's so that people can send me help requests for different stuff. What I want to do is make a page that displays all the different requests; who they're from, when they sent them, and what they are.
I've got all that done besides the description of what they are. I want to make a pop-up window with Javascript that displays the information unique to that user and that request. How would I do this, what's the function, and where can I get help for it???
Thanks in advance.