Javascript popup window help

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

Javascript popup window help

Post 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
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post 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.
Post Reply