Please help Im going out of my mind

liunx

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