Redirect page needed
Budget: $30 – $250 USD
I currently have a page that is a redirect. The person goes there for a couple seconds and then is redirected to a pre-defined link. What I need is something similar except once the redirect is initiated, I need the current tab to redirect like it does, but I also need an additional tab in the browser opened and directed to a pre-defined link as well. Here is the current redirect code
<!DOCTYPE html>
<html>
<img src="https://askew8.qlitrk.com/t/pixel/action?u=17262&att=2&ref=" width="1" height="1" />
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = http://askew8.qlitrk.com/r/buttonclicks" />
</head>
<body>
<p>Hello HTML5!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<img src="https://askew8.qlitrk.com/t/pixel/action?u=17262&att=2&ref=" width="1" height="1" />
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = http://askew8.qlitrk.com/r/buttonclicks" />
</head>
<body>
<p>Hello HTML5!</p>
</body>
</html>