mcmuney Posted February 25, 2010 Share Posted February 25, 2010 I need a simple script that will redirect to another site, on a new window, after a specified time. The code below works, but I don't know how to specify a target, I want it to open in a new window: header("Refresh: 3; http://www.yourdomain.com"); Link to comment https://forums.phpfreaks.com/topic/193290-php-redirect/ Share on other sites More sharing options...
ohdang888 Posted February 25, 2010 Share Posted February 25, 2010 I want it to open in a new window: that requires javascript Link to comment https://forums.phpfreaks.com/topic/193290-php-redirect/#findComment-1017799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.