Hi,
The following HTML code will automatically refresh a webpage. Handy for free real time index updates on Yahoo for instance when you can't be bothered to log in to your normal quote provider.
However I would also like it to scroll down the page a little bit so that I can see the whole chart rather than a great big advertising banner at the top on each refresh.
Anyone with "The Knowledge" care to update it for me?
Thanks
Funster
<!--Internet Real Time Quote Auto-updating
Please follow the instructions below in order to create a page that will automatically refresh any Internet page (view sample page). There is nothing sophisticated about this page. It uses very basic HTML to update the required page in a single frame.
This has only been tested on Internet Explorer. It does not work reliably in Netscape. However, as soon as we have determined what the problem is we will upload a page that will do the same thing on Netscape.
The instructions below refer to Windows. Details may differ for other operating systems.
Select and copy (Ctrl+c) the following HTML code (beginning with the first < and ending with the last >.-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Real Time Price Page Auto Refresh</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<!-- The following tag determines how frequently the page will update.
The default is 30 seconds.
This can be adjusted by changing the value of CONTENT="30".
E.g. CONTENT="45" would make the refresh time 45 seconds. -->
<META HTTP-EQUIV="refresh" CONTENT="30">
</HEAD><FRAMESET cols=* rows=*>
<!-- The following source will automatically refresh the content of any URL.
The default page below will automatically refresh the delayed quote for Scoot at DLJ.
To change the web page put the full address of the page you want to refresh
in between the quote marks. -->
<FRAME src="http://uk.finance.yahoo.com/q?s=^DJI
&d=c&t=5d&l=on&z=b&q=l">
</FRAMESET></HTML>
<!--Open Windows Notepad.
Paste (Ctrl+v) the code into Notepad.
Read the comments between the <!-- --> tags and edit the source as required.
Save the edited file as rt_page_refresh.htm
Open rt_page_refresh.htm in Internet Explorer
The page should now work but note the following:
You will probably need to log onto your RT quote provider in the normal way first.
If using a service like Freequotes it might work better if you break the frame. To do this, right click on the browser window and then click Open Frame in New Window. You will then have the URL of the frame you are wanting to refresh.-->
The following HTML code will automatically refresh a webpage. Handy for free real time index updates on Yahoo for instance when you can't be bothered to log in to your normal quote provider.
However I would also like it to scroll down the page a little bit so that I can see the whole chart rather than a great big advertising banner at the top on each refresh.
Anyone with "The Knowledge" care to update it for me?
Thanks
Funster
<!--Internet Real Time Quote Auto-updating
Please follow the instructions below in order to create a page that will automatically refresh any Internet page (view sample page). There is nothing sophisticated about this page. It uses very basic HTML to update the required page in a single frame.
This has only been tested on Internet Explorer. It does not work reliably in Netscape. However, as soon as we have determined what the problem is we will upload a page that will do the same thing on Netscape.
The instructions below refer to Windows. Details may differ for other operating systems.
Select and copy (Ctrl+c) the following HTML code (beginning with the first < and ending with the last >.-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Real Time Price Page Auto Refresh</TITLE>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<!-- The following tag determines how frequently the page will update.
The default is 30 seconds.
This can be adjusted by changing the value of CONTENT="30".
E.g. CONTENT="45" would make the refresh time 45 seconds. -->
<META HTTP-EQUIV="refresh" CONTENT="30">
</HEAD><FRAMESET cols=* rows=*>
<!-- The following source will automatically refresh the content of any URL.
The default page below will automatically refresh the delayed quote for Scoot at DLJ.
To change the web page put the full address of the page you want to refresh
in between the quote marks. -->
<FRAME src="http://uk.finance.yahoo.com/q?s=^DJI
&d=c&t=5d&l=on&z=b&q=l">
</FRAMESET></HTML>
<!--Open Windows Notepad.
Paste (Ctrl+v) the code into Notepad.
Read the comments between the <!-- --> tags and edit the source as required.
Save the edited file as rt_page_refresh.htm
Open rt_page_refresh.htm in Internet Explorer
The page should now work but note the following:
You will probably need to log onto your RT quote provider in the normal way first.
If using a service like Freequotes it might work better if you break the frame. To do this, right click on the browser window and then click Open Frame in New Window. You will then have the URL of the frame you are wanting to refresh.-->
