View previous topic :: View next topic |
Author |
Message |
d0gp1l3 -
Joined: 09 Sep 2005 Posts: 22
|
Posted: Fri Sep 09, 2005 4:36 pm Post subject: help, can see default index page but |
|
|
Hi
New to this, set up the webserver and got a friend to test it and he could see the default Abyss page. But when I replaced it with my index.html page I and he get Page cannot be displayed. revert back to the default and all is ok.
Help please |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Sep 09, 2005 7:06 pm Post subject: |
|
|
Does your other default index page contain a Frame or an Iframe ?
If so , you might want to check your HTML code and fix the link in
your Frame URL , you should use relative paths instead of full. :-)
Hope this information helps you solve the problem.
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
d0gp1l3 -
Joined: 09 Sep 2005 Posts: 22
|
Posted: Sat Sep 10, 2005 2:19 pm Post subject: |
|
|
Hi
Yes 1st page has frames, but I use a program called Familia Builder to create the website so have no control over the frames or paths.
If I send it to my isp webspace it works. But when I put the files into Abyss they dont work?
This is what is in the Frame Page HTML when I open the index file in Frontpage
<script language="JavaScript">
<!--
var PageOwner, PageRoots;
function Xreload()
{
// document.writeln(name);
frmTopLeft.location.reload();
}
// done hiding -->
</script>
</head>
<frameset rows="55,*,43" border="0" framespacing="0" frameborder="0">
<frameset cols="*,360" border= 0 frameborder= 0 framespacing= 0>
<frame src="topleft.html" scrolling="NO" noresize name="frmTopLeft" target="frmCenter">
<frame src="topright.html" scrolling="NO" noresize name="frmTopRight" target="frmCenter">
</frameset>
<frameset cols="40,*" border= 0 frameborder= 0 framespacing= 0>
<frame src="left.html" name="frmLeft" scrolling= no noresize>
<frame src="main.html" name="frmCenter" scrolling="AUTO" target="frmCenter">
</frameset>
<frame src="bottom.html" scrolling="NO" noresize name="frmBottom" target="_top">
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
<BR><BR><BR><BR>
<center>We're afraid your browser does not support frames.<br>
You can download <a href="http://home.netscape.com">Netscape's Navigator</a> or <a href="http://www.microsoft.com">Microsoft's Internet Explorer</a> for frame support.</center>
</body>
</noframes>
</html>
Mike |
|
Back to top |
|
 |
|