ID:158121
 
How can you make it that when you click something or click a person (eg. clan selection on a naruto game) that another window pops up and you can click something on that window to close it? I've been trying for so long I never figured it out properly
You're going to need to be a whole lot more specific.
In response to Garthor
Just to have another window open up, i know how to do the skins and all, but im not sure how to get new windows to open and when i get it to open i dont know how to get it to close
That is a horrible mangling of HTML, by the way. First of all, you are putting tags outside the HTML tags, which obviously is wrong. Next, you have tags nested wrong (the bold underline stuff), though they end up doing nothing anyway. Next, you are using marquee, which I've already explained to you is horrible.
In response to Soccerdog
I have a little popup window demo that might help.

http://www.byond.com/members/Tsfreaks/files/ PopupWindowDemo_src.zip

ts
In response to Tsfreaks
Thanks! i finally learned
In response to Soccerdog
If you mean, you don't need the demo, great. Check it out for how to center your popups when your ready for that. :)

ts