pallyD
Junior Member
- Aug 6, 2010
- 137
- 95
Code:
[COLOR=#FFFFCC]<a id="link" href="http://google.com" onclick="go();">Google</a> \\Put your regular .com link in this part[/COLOR]
[COLOR=#FFFFCC]<script type="text/javascript">[/COLOR]
[COLOR=#FFFFCC]function go() {[/COLOR]
[COLOR=#FFFFCC]document.getElementById('link').href = 'http://google.com/pda'; \\then put the aff link here[/COLOR]
[COLOR=#FFFFCC]}[/COLOR]
[COLOR=#FFFFCC]</script>[/COLOR]
This would give me a link to click and redirect to cloaked link, but I need it so it redirects immediately, i.e. no clicking just right as the user loads the page like a 301.