Click to See Complete Forum and Search --> : Please help Im going out of my mind


Olga Evenden
07-10-2003, 04:06 PM
--

spufi
07-10-2003, 06:31 PM
I'm not exactly sure what you are doing, but this is what I get from what's online. When I went to the page you wanted me to, I click on the grey links and a window came up, but it was linking to a file that was in the hotpot folder, and the file at least was missing. Is the hotpot folder uploaded to your site? Are the files that are supposed to be in the hotpot folder uploaded to your site? If yes, on both cases, then we'll go from there. Also note that you need to rework your code because it doesn't validate. I went and redid your frame page for you and it's listed below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/JavaScript">
<!--
function MM_reloadPage(init)
{
//reloads the window if Nav4 resized
if (init==true) with (navigator)
{
if ((appName=="Netscape")&&(parseInt(appVersion)==4))
{
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
}
}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="*" cols="252,*">
<frame name="leftFrame" scrolling="no" noresize="noresize" frameborder="0" src="index_files/leftlafa.html">
<frameset rows="126,*" cols="*">
<frame name="topFrame" noresize="noresize" scrolling="no" frameborder="0" src="index_files/toplafa.html">
<frame name="mainFrame" src="index_files/page1.html" scrolling="auto" frameborder="0" noresize="noresize">
</frameset>
<noframes>
<body bgcolor="#CCCCCC" text="#CCCCCC" link="#CCCCCC" vlink="#666666" alink="#FF0000">
</body>
</noframes>
</frameset>
</html>

Olga Evenden
07-11-2003, 05:39 AM
--