Hi
I just now looked at your website. This is exactly the problem please see your frames:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML><HEAD><TITLE>frames</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<FRAMESET border=0 frameSpacing=0 rows=80,*,80>
<FRAME name=TOPFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/clevblu.html" noResize scrolling=no MARGIN="0">
<FRAMESET cols=200,*>
<FRAME name=LEFTCOL1 marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/tablesettup.html" noResize MARGIN="0" RIGHT LEFT>
<FRAME name=MAINFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/UntitledFrame-1.htm" MARGIN="0" RIGHT LEFT RESIZE>
</FRAMESET>
<FRAME name=BOTTOMFRAME marginWidth=0 marginHeight=0 src="file:///C|/Documents%20and%20Settings/All%20Users/Sites/Test/Fram/scanfamUlDev_files/clevblu.html" noResize scrolling=no MARGIN="0">
</FRAMESET><noframes></noframes></HTML>
as you see here
Code:
file:///C|/Documents%20and%20Settings/All%20Users/Sites.................................
what you are trying to do is to force WWW browers to get your files from your computer. This is wrong.
The links should point to files in your directory at your site not your computer.
Bookmarks