scottyrob
04-05-2006, 03:35 AM
Hi can someone tell me why this code dosent work or suggest another piece of code i could try? Its supposed to load a new page in a pop-up (how can i make it so that the pop-up is a certain width and height with not menu bar or status bar etc...) But all it does is load it in the same iframe...
<a href='info.php?prod_date=".$row['Production_Date']."' onlick='window.open.('info.php?prod_date=".$row['prod_date']."',test);return false'>"
<a href='info.php?prod_date=".$row['Production_Date']."' onlick='window.open.('info.php?prod_date=".$row['prod_date']."',test);return false'>"