T
Travis
If a url is opened in 1 x 1 pixel img src,
like <img src=http:www.somesite.com
BORDER="0" width="1" height="1">
In www.somesite.com can I use a redirect like:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="REFRESH" content="0; URL=http://www.othersite.com
target=_blank">
</head>
<body>
I want it to open in a new full size window.
like <img src=http:www.somesite.com
BORDER="0" width="1" height="1">
In www.somesite.com can I use a redirect like:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="REFRESH" content="0; URL=http://www.othersite.com
target=_blank">
</head>
<body>
I want it to open in a new full size window.