Hello, I'm working on a Teamspeak2 block for my site. If needed you can view it here: http://www.leekenet.net/phpnuke.
The block is on the right side called "DeathSquad TS"
Anyway I would like a user to click a link, and have the code open a new window with a set size.
The code I'm using is:
$content .= "<b><a href=webpost/login.php?detail=1&channel=Meeting target=\"_blank\" width=\"30\"height=\"50\">Sign On</a></b>\n";
When I do this it opens the page in a new window. Maybe I'm not even doing the code for what I want to do. I'm more of a C++, VB, C# coder. What I would like to do, is basiclly when you click "Sign On" I want to open either a new page that is the same size as the image I have, or better yet, just to open a form of some sort that is just the image, with no address bar.
Please let me know if this is possible, and please provide me with some direction on how to do this.
Thanks for any help you can provide.