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.

    echo"<META HTTP-EQUIV='refresh' CONTENT='5' URL='$open_url' TARGET='_BLANK'>";

    That should theoretically work. I havent tested it though.

      It still only loaded the page inside my frame. Theres a seperate META tag, something like META HTTP-EQUIV="WINDOWTARGET" CONTENT="_blank" but I also tried that inside my refresh and before it and still my link loaded in the same frame???

        Why dont you try a java script to open your new window

          I guess I can do that, I just go to find js code to do that cause I don't know js on my own yet but its not hard to find. If I don't post again then I fixed it, otherwise, thanks for your help.

            Write a Reply...