Hi,
I want to try and open up a hyperlink in a new window and am having a little difficulty below is my code:
echo "<a href = 'get_landlord_details_unregistered.php?userID=" . $userID . "'>";
I have tried including target="_blank" but I get error messages can anyone point me in the right direction?, also what are the properties to control the size of the opened up browser, for the link?
Thanks
Rich
I want to try and open up a hyperlink in a new window and am having a little difficulty below is my code:
echo "<a href = 'get_landlord_details_unregistered.php?userID=" . $userID . "'>";
I have tried including target="_blank" but I get error messages can anyone point me in the right direction?, also what are the properties to control the size of the opened up browser, for the link?
Thanks
Rich