Code: Select all
$name = "<a onMouseOver=\"return overlib('Playername: ".$user."', CENTER);\"
onMouseOut=\"nd();\" href=\"profile.php?player=".$user."\" style=\"\">".$play."</a>";
echo $name." ~ ";Im wanting to open this link in a frame called "main"
i knwo about the principles of target="main" but when i try and put it into the code, the page doesnt load in the main frame, whats mor, the page that this code is on comes up with an error.
Any ideas?