Allora
partiamo con calma dall'inizio
io ho creto un primo frame set composto da 3 colonne

ecco il codice:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>T 3 c n 0 p h 0 b 1 a - v 1.0 - the T3chn0ph0b1a official INFERNET site</title>
</head>

<frameset cols="*,700,*" framespacing="0" frameborder="no" border="0">
<frame src="left.htm">
<frame src="center.htm">
<frame src="right.htm">
</frameset>

<noframes><body>
</body></noframes>
</html>

Nel frame centrale(center.htm) viene caricato un secondo frameset composto da 2 righe:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>T 3 c n 0 p h 0 b 1 a - v 1.0 - the T3CHN0PH0B1A official INFERNET site</title>
</head>

<frameset rows="200,*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" noresize >
<frame src="main.htm" name="mainFrame" scrolling="auto" noresize >
</frameset>
<noframes><body>
</body></noframes>
</html>

Ora nn capisco perchè nella pagina main(o in qualsiasi pagina venga caricata nel mainframe) compaiano sia la scrollbar verticale che orizzontale.

Per sicurezza posto pure il codice della pgina main:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

<script language=JavaScript>

<!--



//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com



var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!docum ent.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}



document.oncontextmenu=new Function("return false")

// -->

</script>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<title>T 3 c n 0 p h 0 b 1 a - v 1.0 - the T3chn0ph0b1a official INFERNET site</title>


<style type="text/css">
<!--
body {
background-color: #1a1a26;}

.Stile1 {color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;}
a:link {
color: #999999;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #999999;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
color: #CCCCCC;
}
.Stile2 {color: #CCCCCC}
-->
</style>


</head>

<body>
<div align="center">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"> <span class="Stile1">news - bios - members - releases - gallery - media - downloads - <a href="sub/links.htm" target="mainFrame">links

</a><span class="Stile2"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">official forum - ITALIAN forum - chat</font></span></span></div></td>
</tr>
</table>
<table width="600" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"><div align="center" class="Stile1">-----</div></td>
</tr>
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"> <span class="Stile1">Copyright &copy; 2004-2005 T3chn0ph0b1a. All Rights Reserved.</span></div></td>
</tr>
</table>
</div>
</body>
</html>


Ne approfitto per chiedere la supervisione di voi sapienti nel caso avessi fatto qualche pastrocchio