1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
| <!--
REM %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
REM
REM FILE NAME : index.html
REM
REM VID : $Header$
REM
REM COPYRIGHT : 2004 Beauchamp Financial Technology Ltd. All rights reserved.
REM
REM SPECS :
REM
REM DESCRIPTION : This file is accessed automatically by Apache when you type in the name of the server
REM as the URL. It accesses a file called redirect that is dynamically generated by
REM fundmanagerinstall.bat.which redirects the browser being used to the FundManager
REM load screen.
REM
REM NOTES :
REM
REM HISTORY : Created by Andrew O'Brien Oct-2004
REM
REM $Log[10]$
REM
REM %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-->
<HTML>
<HEAD>
<TITLE>FundManager</TITLE>
<FRAMESET COLS="100%,0%">
<NOFRAMES>
<H1 align=center><BLINK>Frame ALERT!</BLINK></H1>
<P>
This document is designed to be viewed using <B>IE</B>'s
Frame features. If you are seeing this message, you are using
a frame <I>challenged</I> browser.
</P>
</NOFRAMES>
<FRAME SRC="redirect.html">
</FRAMESET>
</HEAD>
</HTML> |