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 Quote 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"); ?> Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.