How to make [ iframe scrollTo ] code HELP

Discussion in 'Graphics & Multimedia' started by gabdub, Dec 5, 2008.

  1. #1
    Hello,

    I am trying to get an iframe to scroll to a a certain spot of a page, how can i do this? I know you can use a scroll to code, but I can't get it to work.

    Here's how my iframe looks for now without the scroll to command.

    <iframe src="URL#flashplayer" name="a1" style="margin: 0pt;" scrolling="no" width="490" frameborder="0" height="410"></iframe>
     
    gabdub, Dec 5, 2008 IP
  2. JREAM

    JREAM Member

    Messages:
    160
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #2
    Why not just put an <a name="xyz"></a> above the part you want to be scrolled to,
    then the link would be yoursite/index.html#xyz
     
    JREAM, Dec 5, 2008 IP
  3. Ownageplocks

    Ownageplocks Peon

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <a name="xyz"></a> should fix your problem.
     
    Ownageplocks, Dec 6, 2008 IP