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
In all honesty that’s about as much use as a cock flavoured lollypop... thanks for trying though..... Anyone else?
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>