Need Auto redirect javascript script

dwpg002

Senior Member
Joined
Dec 29, 2008
Messages
1,045
Reaction score
55
Hi All,

Is there any tool or software where in can auto redirect to another website for my blog post i need add the only to specific post or random post.
 
I have been looking for something like this as well. If you find it please let me know.
 
So you want your specific posts to redirect to another page ? This can be done using PHP. I can do this, but well, check if there are other plugins which already does this.
 
Code:
<script type="text/javascript">
<!--
window.location = "http://www.example.com/"
//-->
</script>

Is this what you are looking for? You would usually want to put it in your head tags though.
 
Code:
Got filtered on original post and edit is not working like it should.
 
Back
Top