ivytony Posted February 21, 2008 Share Posted February 21, 2008 I know this Header( "Location: " . $url ); redirects web page, but is there a way to open a new window with PHP? thanks! Link to comment https://forums.phpfreaks.com/topic/92209-is-there-a-way-for-php-to-open-a-new-window/ Share on other sites More sharing options...
pocobueno1388 Posted February 21, 2008 Share Posted February 21, 2008 Nope, your going to have to use javascript for that =] Link to comment https://forums.phpfreaks.com/topic/92209-is-there-a-way-for-php-to-open-a-new-window/#findComment-472371 Share on other sites More sharing options...
cooldude832 Posted February 21, 2008 Share Posted February 21, 2008 good source of what headers can do http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html you can make a php processor go to a mid page to open a new window I do this to track extrenal links on my site. When they are clicked a processor handles that and then moves them with a new window Link to comment https://forums.phpfreaks.com/topic/92209-is-there-a-way-for-php-to-open-a-new-window/#findComment-472377 Share on other sites More sharing options...
ivytony Posted February 21, 2008 Author Share Posted February 21, 2008 awesome! thanks a lot!! Link to comment https://forums.phpfreaks.com/topic/92209-is-there-a-way-for-php-to-open-a-new-window/#findComment-472381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.