Page 1 of 1

Javascript popup window help

Posted: Wed Jul 25, 2007 6:43 pm
by Smackie
I am making user stats for my site.. i have a drop down menu with each username what i want to do is when someone wants to check out my stats they go to my name and hit the button and a popup window comes up with my stats in it.. now i know how to do popup windows for links, buttons, and automatic but is there a way i can do it like i want? im not sure if there is.. but if there is can someone help me please..

Thank you

Smackie

Posted: Wed Jul 25, 2007 7:31 pm
by superdezign
You'll need to retrieve the current user from the form (either through posting the form or using JavaScript), and then opening the window using the user id in the new URL's query string.