I need a wizkid to help me out!!

admin

Administrator
Staff member
Hey - i am having real problems with my site since i changed hosting (it was written by a friend of mine and i maintain it - so i'm only a beginner!). I used to be on tripod, now i am paying for it on cedant.com. <br />
Basically when the index page loads up (it is a series of frames) it loads up fine but then starts looking for a directory which isnt there! which is called '1' - one of the frames is called 1.htm, but i dont understand what is going on!! - its a real mystery. - the address is <br />
<br />
<!-- m --><a class="postlink" href="http://208.56.14.28">http://208.56.14.28</a><!-- m --> <br />
<br />
the script for my index page is <br />
<br />
<Html> <br />
<HEAD> <br />
<br />
<title>: : FRAID : : the homepage [Fraid NEW ALBUM - Crisis Point: out now]</title> <br />
<meta name="keywords" content="FRAID, fraid, band, album, Crisis, Point, Crisis Point, Will, James, Chris,rock music, mp3, Download <!--more-->s, summer, web site"> <br />
<meta name="description" content="The official FRAID homepage! Music, news, Download <!--more-->s, guestbook and more. Photos of the band and Fraid wallpapers are available to as well as the new album, Crisis Point"> <br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <br />
</head> <br />
<frameset rows="*,300,*" frameborder="NO" border="0" framespacing="0"> <br />
<frame scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"top.htm" > <br />
<frameset cols="*,220,380,*"> <br />
<frame src=http://www.htmlforums.com/archive/index.php/"blank.htm" scrolling="NO" noresize> <br />
<frame src=http://www.htmlforums.com/archive/index.php/"1.htm" scrolling="NO" noresize name="nav"> <br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.htm" noresize name="main"> <br />
<frame src=http://www.htmlforums.com/archive/index.php/"blank.htm" scrolling="NO" noresize> <br />
</frameset> <br />
<frame scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/blank.htm> <br />
</frameset> <br />
<noframes> <br />
<body bgcolor="#FFFFFF"> <br />
</body> <br />
</noframes> <br />
</html> <br />
<br />
I appreciate the help! <br />
thanks <br />
<br />
:)<!--content-->I'm not sure what happens either. I've never seen something like that come up before. Could the 1.htm be your navigation frame? That's what the code looks like to me. Maybe if you renamed the navframe to something else?<br />
<br />
I don't know how much help it was, but I called up the page three times.<br />
<br />
The first time, it said that there was an error in locating the host, but everything seemed to show up okay. I saw a wide black space surrounding a list and a text box. Is that what I was supposed to see?<br />
<br />
The second time I called up the page, it gave me the error that it couldn't find 1.htm and I had a white space for the top row/frame.<br />
<br />
The third time I called up the page, I got the error that it couldn't find the main.htm page, but everything was there.<br />
<br />
I've just double-checked the coding you have. I see three frameset start tags, but only two ending tags. Could that have something to do with it?<br />
<br />
*hg* I dunno for sure, kiddo. I try not to get too complicated when I do frames, myself. Two rows and two columns is the most I can handle without getting confused. <br />
<br />
But does that help any? Or give one of the experts a better idea?<br />
<br />
Peg<!--content-->Thanks for the suggestion pegasus! - I'll try it out, i havent got time at the mo but will do later, but just to let you know, the page is meant to be completely black with the website contents placed in the centre of the page (ie all the other files like 'blank.htm' are just black and surround the main contents).<br />
<br />
I really dont know whats going on! - <br />
<br />
Thanks for the feedback though<!--content-->all the mouse overs where you have <!-- m --><a class="postlink" href="http://208.56.14.28/1.htm#">http://208.56.14.28/1.htm#</a><!-- m --><br />
<br />
change that to just #<br />
<br />
so it will look like this.<br />
<br />
href=http://www.htmlforums.com/archive/index.php/"#">Band Info</A><br />
<br />
that is part of your problem. I also think it could be the tripod scripts that at the bottom of the page. no sense on having 5 of the same script in there unless you don't control that.<!--content-->Thanks for replying scoutt - the thing is, i looked at my code and it seems to already be what you suggest changing it to - unless i am being ultra thick (which i prob am)<br />
<br />
my code already reads<br />
<br />
<p><a href=http://www.htmlforums.com/archive/index.php/"#" onMouseOver="MM_showHideLayers('B1','','show','B2','','hide','B3','','hide','B4','','hide','B5','','hide','B6','' ,'hide','A1','','show','A2','','hide','A3','','hide','A4','','hide','A5','','hide','A6','','hide','A 7','','hide')">Band <br />
Info</a><br><br />
<br />
and in each instance it is href=http://www.htmlforums.com/archive/index.php/"#"<br />
<br />
am i being really thick?? - <br />
<br />
thanks<br />
<br />
:confused:<!--content-->no you are right. it was the way it saved it on my machine. sorry about that. I don't have a clue unless it is one of the scripts in the 1.htm or the top.htm<br />
<br />
I had this problem before but mine was an applet I was using.<!--content-->
 
Back
Top