1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

redirect code

Discussion in 'HTML & Website Design' started by Avinash mhamle, Oct 18, 2012.

  1. #1
    How to redirect my html page to another page?
     
    Avinash mhamle, Oct 18, 2012 IP
  2. nicksteve32

    nicksteve32 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi Avinash,
    Please check this.
    [FONT=Arial, Helvetica]<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">[/FONT]

    If you have any query you can ask.
     
    nicksteve32, Oct 18, 2012 IP
  3. moinchoudhari

    moinchoudhari Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    Can anyone please tell me how to redirect to another page after the mp4 video finish playing?
     
    moinchoudhari, Oct 19, 2012 IP
  4. technolabsoftware

    technolabsoftware Peon

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #4
    You have write code on page like, hold page redirect till video time and once video finish.. redirect page. hope this ideal will help you.
     
    technolabsoftware, Oct 20, 2012 IP
  5. moinchoudhari

    moinchoudhari Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi technolabsoftware,

    Your reply doesn't make any sense. Could you please explain it little further?
     
    moinchoudhari, Oct 22, 2012 IP
  6. ronitmathurseo

    ronitmathurseo Member

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #6
    And if want by on click on some keyword then use <a href="sample.com" target="_blank">Keyword</a>
     
    ronitmathurseo, Oct 22, 2012 IP
  7. moinchoudhari

    moinchoudhari Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi ronitmathurseo,

    Thanks, but I know that way of redirection. I want to redirect after the video finish playing. Any help?
     
    moinchoudhari, Oct 22, 2012 IP
  8. nicksteve32

    nicksteve32 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thanks for showing in simple ways.
     
    nicksteve32, Oct 23, 2012 IP
  9. nicksteve32

    nicksteve32 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    need to be check from developer is it possible or not.
     
    nicksteve32, Oct 23, 2012 IP
  10. samuelsoniczek

    samuelsoniczek Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    if you host on Apache web server you should use .htaccess file and use simple 301 redirection.
     
    samuelsoniczek, Oct 25, 2012 IP
  11. g r hasib

    g r hasib Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You can use html links
    <a href="home.html"> Personal page </a>
    If you want to same page just use # this sine.
     
    g r hasib, Nov 6, 2012 IP
  12. newyorkitservice

    newyorkitservice Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    [FONT=Arial, Helvetica]<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">[/FONT]
    these coding including between<head> and </head> your html code
     
    newyorkitservice, Nov 7, 2012 IP
  13. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #13
    It all depends on which video player you're using, and whether it has any means of telling the Javascript on your page that it finished.
     
    Rukbat, Nov 7, 2012 IP