Open HTML meta redirect in new window -


I need a webpage to redirect via HTML meta and open that page in a new window. How can I do this?

  & lt ;! DOCTYPE html public "- // W3C // DTT XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1 / DTD / xhtml1-transitional.dtd" & gt; & Lt; Html xmlns = "http://www.w3.org/1999/xhtml" & gt; & Lt; Top & gt; & Lt; Title & gt; Photo Gallery Redirects & lt; / Title & gt; & Lt; Meta http-equiv = "content-type" content = "text / html; charset = ISO-885 9-1" & gt; & Lt; Meta http-equiv = "refresh" content = "0; url = http: //google.com" & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; / Body & gt; & Lt; / Html & gt;  

You can not use JavaScript on the timer to open a popup (Which will probably be blocked by some browsers as an unfamiliar popup window)

You're probably better off taking a different approach to your problem


Comments