natalieG Posted July 8, 2006 Share Posted July 8, 2006 we tried to implement a popup window with javascript in a php script wheredownstream of the popup window we do a header(locatioon......) command and we geta headers already sent error as we wrote to the popup window. Is there a way to make a writablepopup in a php script that will not have this problem?. Thanks,Jennifer Link to comment https://forums.phpfreaks.com/topic/13993-popup-windows/ Share on other sites More sharing options...
Crimpage Posted July 8, 2006 Share Posted July 8, 2006 I would use a meta refresh url jobbie on that one...Google it.I would have thought that the page you open could be location1.php and at the top of that page you have header("Location: location2.php"); as nothing should be output to the browser yet... Link to comment https://forums.phpfreaks.com/topic/13993-popup-windows/#findComment-54642 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.