brown2005 Posted June 27, 2006 Share Posted June 27, 2006 hi i have the following function;function popUpAbout() {props=window.open('about_us.php', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=800, height=400, left = 162, top = 184');}how do i write the <a></a> in php to make this work please... Link to comment https://forums.phpfreaks.com/topic/13027-pop-ups-in-php/ Share on other sites More sharing options...
trq Posted June 27, 2006 Share Posted June 27, 2006 this has nothing to do with php. Its javascript and html. Link to comment https://forums.phpfreaks.com/topic/13027-pop-ups-in-php/#findComment-50093 Share on other sites More sharing options...
wildteen88 Posted June 27, 2006 Share Posted June 27, 2006 You cant. If you want a popup it has to be in javascript. PHP works on the server it has no control over the webbrowser. Link to comment https://forums.phpfreaks.com/topic/13027-pop-ups-in-php/#findComment-50102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.