I'm using a meta-refresh construct to redirect a URL:
<meta http-equiv="REFRESH" content="0;url= http://path/to/new/url">
I would like to be able to make this open in a new window, rather than
in the current window. Suggestions? Thanks.
<meta http-equiv="REFRESH" content="0;url= http://path/to/new/url">
I would like to be able to make this open in a new window, rather than
in the current window. Suggestions? Thanks.
Comment