![]() | ..... the only UK based free image host, probably! |
To auto refresh a web page :Copy the code below to Notepad
You need to set the "refresh" CONTENT=XX (number of seconds refresh rate)
You need to edit the SRC="http://URL of web page
You then need to save the code as xxxxx.html (xxxxx= your page name)
<HTML>
<HEAD>
<TITLE>Question and Answer Refresh
</TITLE>
<META NAME="author" CONTENT="Eddie St Clare">
<META NAME="copyright" CONTENT="© 2002 Eddie St Clare">
<META HTTP-EQUIV="refresh" CONTENT="30">
<!====== set CONTENT above to refresh time in secs==========>
<!======edit SRC below to target page==================>
</HEAD>
<FRAMESET BORDER=0>
<FRAME NAME="main"
SRC="http://forums.ebay.co.uk/forum.jspa?forumID=7">
</FRAMESET>
</HTML>CLICK HERE to see ebay Q & A forum auto refresh !!