How can I get this->
echo"<META HTTP-EQUIV=\"refresh\" CONTENT=\"5; URL=$open_url\">";
-> To also target a new window. I tried echo'ing out a
<base target="_blank">
right before it but that didn't work, is there a way to target a new page on the same line as the refresh?
Thanks for your help.