how to make php image link open in a new window
问题 I had make a php link but i want it to open in a specific size in a new window.Can anyone from here suggest anything?The link is an image. echo "<td><center><a href=\"edituser.php?id=$row[id]\"><img src=image/edit.png></a></center></td>"; the link is connect with the database.It will open a form to edit user data. 回答1: To open in a new window, you have to add target to your a tag, eg: <a href="http://example.com" target="_blank">Example Link</a> To configure the size it's opened at, afaik you