PDA

View Full Version : Javascript Help


Dark_Wizard
02-15-2002, 11:23 AM
Can someone please help me with this, I need to open this in a popup window with these dimensions height=352,width=750:


echo "<TR><TD>&nbsp;<A href=\"serverstats.php?address=" . $serverlist[$i][1] . "&port=" . $serverlist[$i][2] . "&gametype=" . $serverlist[$i][0] . "\" class='server'>" . $gameinfo->serverinfo["name"] . "</A></TD>";


I keep getting errors.... TIA!

Never mind...I found the issue