LordDarkflan
02-20-2003, 08:49 PM
OK....i need help. When i visit my page url http://flanshouse.freehomepage.com it doesnt seem to want to load the main.html page in the index. I want the page to load to were you dont have to click on the link in the frames called News/update. I want it to auto matically go there when the page first loads. Please help me. Here are the index scripts and the frames scripts and the main scripts
Index:
<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,160%>
<frame src="frame.html" name="leftside">
<frame src="Main.html" name="rightside">
<frame noresize>
</frameset>
<body>
</body>
</html>
Main:<html>
<head>
<title>Homepage</title>
</head>
<body bgcolor=#000000 text=#ffffff>
<p align=center> <em>News/Updates</em> </p>
<br><br>
<br>
<p align=center>20.2.03-Hmmm....im haveing problems with the main page of site loading with the index. If anyone could help or contribute i would really appriciate it..<font color=#00FF00>~Darkflan~</font></p>
<p align=center>19.2.03- Well i Uploaded my site finally.....wait....Finally?.....ITs only been one day, oh well. MY forums section is up plz sign/post there if you visit the site, Thank you.<font color=#00FF00>~Darkflan~</font>
<p align=center> 18.2.03-Hi...im...darkflan......this is my site but its very sad right now....right. But I will be posting things like online game reviews, Tutorials,Computer rants (see what angers/annoys me) Yeah...well thats all for now. </p>
</body>
</html>
Frames:
<html>
<head>
<title>frames</title>
</head>
<body bgcolor=#000000 text=#ffffff>
<br><br>
<a href="Main.html" target="rightside">News/Updates</a>
<br><br>
<a href="review.html" target="rightside">Reviews</a>
<br><br>
<a href="aboutme.html" target="rightside">About Me</a>
<br><br>
<a href="http://www.voy.com/134800/
" target="rightside"> Forum </a>
</body>
</html>
Index:
<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,160%>
<frame src="frame.html" name="leftside">
<frame src="Main.html" name="rightside">
<frame noresize>
</frameset>
<body>
</body>
</html>
Main:<html>
<head>
<title>Homepage</title>
</head>
<body bgcolor=#000000 text=#ffffff>
<p align=center> <em>News/Updates</em> </p>
<br><br>
<br>
<p align=center>20.2.03-Hmmm....im haveing problems with the main page of site loading with the index. If anyone could help or contribute i would really appriciate it..<font color=#00FF00>~Darkflan~</font></p>
<p align=center>19.2.03- Well i Uploaded my site finally.....wait....Finally?.....ITs only been one day, oh well. MY forums section is up plz sign/post there if you visit the site, Thank you.<font color=#00FF00>~Darkflan~</font>
<p align=center> 18.2.03-Hi...im...darkflan......this is my site but its very sad right now....right. But I will be posting things like online game reviews, Tutorials,Computer rants (see what angers/annoys me) Yeah...well thats all for now. </p>
</body>
</html>
Frames:
<html>
<head>
<title>frames</title>
</head>
<body bgcolor=#000000 text=#ffffff>
<br><br>
<a href="Main.html" target="rightside">News/Updates</a>
<br><br>
<a href="review.html" target="rightside">Reviews</a>
<br><br>
<a href="aboutme.html" target="rightside">About Me</a>
<br><br>
<a href="http://www.voy.com/134800/
" target="rightside"> Forum </a>
</body>
</html>