I would like a page to redirect users to a second page and can get the
header('Location: http://www.example.com/'); command to work OK but I
would prefer that the new page was opened in a new window or tab.
Is that possible with the header('Location: http://www.example.com/');
command.
I have also tried <meta http-equiv='refresh'
content='0;url=http://www.bbc.co.uk'> which again does go to the new
page but can not get it to open a new window or tab. I have tried
putting target='_blank' in various places.
Your assistance would be appreciated.
Derek