How to display 3 sites one by one by using one iframe?

Discussion in 'C#' started by JJnacy, Sep 23, 2009.

  1. #1
    I have three sites want to demo.
    What I can think is to use an iframe to display them one by one.
    <iframe src ="site" width="100%" height="300" scrolling="no" name=F1">
    </iframe>

    My question:
    How to display them 5 seconds per site for one run?

    Thanks /
    Regards,
     
    JJnacy, Sep 23, 2009 IP
  2. Nytrolix

    Nytrolix Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Im guessing if your only showing them for 5 seconds, they dont need to be functional.

    So why not just rotate 3 images of the websites?
     
    Nytrolix, Sep 23, 2009 IP
  3. JJnacy

    JJnacy Peon

    Messages:
    448
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3

    I do not know how to do the rotation.
    Please list script if possible.

    Thank you.
     
    JJnacy, Sep 23, 2009 IP
  4. Nytrolix

    Nytrolix Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just Google for a Javascript image rotator, theres millions out there.
     
    Nytrolix, Sep 24, 2009 IP
  5. MaceWin

    MaceWin Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try jCarousel with jQuery (sorry, I am a new member and cannot post links yet).
     
    MaceWin, Sep 26, 2009 IP
    JJnacy likes this.