DangerM0use Posted January 8, 2008 Share Posted January 8, 2008 Hi all. I'm just wondering what ways there are to open up another HTML/PHP page without using text hyperlinks. Thanks Link to comment https://forums.phpfreaks.com/topic/85030-ways-of-opening-another-page-without-text-hyperlinks/ Share on other sites More sharing options...
The Little Guy Posted January 8, 2008 Share Posted January 8, 2008 <?php header("refresh: 5; thankyou.htm"); ?> Link to comment https://forums.phpfreaks.com/topic/85030-ways-of-opening-another-page-without-text-hyperlinks/#findComment-433619 Share on other sites More sharing options...
nikefido Posted January 8, 2008 Share Posted January 8, 2008 what you are thinking of might best be implemented with javascript. www.w3schools.com might be able to get you started with JS quickly. I personally learned from using www.lynda.com, which requires a subscription. Link to comment https://forums.phpfreaks.com/topic/85030-ways-of-opening-another-page-without-text-hyperlinks/#findComment-433635 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.