If I want a link, created dynamically, to appear in a new window, i.e. so that the previous page is still in the background, how do i do this? The link I am currently using is below:
echo "<a href='Description.php?Condition_no=".urlencode($row["Condition_no"])."'>";
echo htmlspecialchars (stripslashes($row["Condition"]));
Thanks.