I have a link like this
$contact_url="<a href=rentals_popup.php?id=$row->rentals_id >" . "Contact" . "</a>";
I want to open that page in a different window with
SMALLER WIDTH AND HEIGHT
DISABLED MAXIMIZE BUTTON
Can Anybody help me plz
This should work
<a href="javascript:window.open('document.aspx','mywindowtitle','width=500,height=150')">open window</a>