HTML code to redirect to a webpage - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

HTML code to redirect to a webpage

#1 fito

  • Group: Member
  • Posts: 1
  • Joined: 14-July 12

Posted 14 July 2012 - 05:35 PM

I wanna redirect an object code from my Blogger sidebar to another particular page in my same blog but when visitors click on it it always redirect them to source, not to my blog.

1- this is the code (it's a live embeded player fron justin.tv):

<object bgcolor="#000000" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=rugga_gamer" height="180" id="live_embed_player_flash" type="application/x-shockwave-flash" width="300"><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.justin.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.justin.tv&channel=rugga_gamer&auto_play=true&start_volume=25" /></object>

2- then I inserted in my Blogger blog throghout a HTML/JavaScript

3- this is the way it looks on Blogger:

Posted Image

4- but when visitors click on it they ended redirected to "http://www.justin.tv/XXXXXX"

I tried with the simple way: <a href="http://www.myblog.blogspot.com.html">......</a> but doesn't work !!

in a second option I also tried to embed: "http://www.justin.tv...ga_gamer/popout" (at least because this last one don't redirect on clicking it) but I have not found out how to do it.
is a way to embed this last URL throurghout a HTML/JavaScript to place it on Blogger's sidebar?

it'd be great if you can help me with any of these two problems? thanks in advance !!

#2 virtous

  • Group: Member
  • Posts: 8
  • Joined: 21-June 10

Posted 18 October 2012 - 01:49 PM

What happened when you used
<a href="http://www.myblog.blogspot.com.html">......</a> 


Did it redirect but not find the page??

Share this topic: