HTML Help

Discussion in 'Technology' started by brys, Feb 14, 2007.

Users Viewing Thread (Users: 0, Guests: 5)

  1. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    HTML Help

    Does any one have much of a clue with HTML?

    I'm looking to write a script that automatically flicks between 10 different websites at 30 second periods, then once it has reached the final website it starts again.

    With the help of Google I've pathetically managed to come up with a script that refreshes one website every 30 seconds. Not what I want but this is the code I've got so far..... (Google being an example)

    <HTML>
    <HEAD>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="refresh" content="10">
    <TITLE>Google</TITLE>
    </HEAD>
    <FRAMESET COLS="*,1">
    <FRAME SRC="http://www.google.co.uk/">
    <FRAME>
    </FRAMESET>
    </HTML>

    Any help appreciated....

    Cheers,
    Brys
  2. 1615634792921.png
  3. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    probs need to use Javascript i'd imagine
  4. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    Any ideas how I would do that? I have even less of a clue with JScript....
  5. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    ive deleted this post
  6. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    In all honesty that’s about as much use as a cock flavoured lollypop... thanks for trying though.....

    Anyone else?
  7. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
  8. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    I'll look into this for you :)
  9. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    No offense

    :cool:
  10. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    If you can help me out I would really apprechiate it... Thanks

    :D
  11. Rob

    Rob Registered User

    Joined:
    Jun 5, 2006
    Messages:
    7,757
    Likes Received:
    3
    Location:
    Sancho Panza
    Just google it noob.

    No offence.

    :cool:
  12. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle



    :rolleyes:
  13. Phil Mitchell

    Phil Mitchell check me a dollar brer?

    Joined:
    May 19, 2005
    Messages:
    8,965
    Likes Received:
    1
    Location:
    Melbourne
    bet you wish you'd listened to my advice now eh punk
  14. brys

    brys

    Joined:
    Mar 13, 2002
    Messages:
    108
    Likes Received:
    0
    Location:
    Newcastle
    Not really...

    Its took a while but I've done it with HTML....

    <HTML>
    <HEAD>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="refresh" content="30;URL=page2.htm">
    <TITLE>****</TITLE>
    </HEAD>
    <IFRAME SRC="****" WIDTH=100% HEIGHT=100% FRAMEBORDER=0 SCROLLING=no>
    </HTML>
  15. Dan Hawkins

    Dan Hawkins $5 $5

    Joined:
    Apr 15, 2004
    Messages:
    11,762
    Likes Received:
    1
    Location:
    Spain in Washington
    :lol:

Share This Page