mi dispiace!!! 
abuso per l'ultima volta della tua (vostra) pazienza...
posto il codice della pagina (TEST) index.html che chiama i frames:
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">
<meta name="generator" content="Notepad">
<title>frameset validator test</title>
<style type="text/css">
frameset { border: 0 }
</style>
</head>
<frameset rows="50, 465, *">
<frameset cols="*, 94, 500, 94, *">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
</frameset>
<frameset cols="*, 94, 500, 94, *">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frameset rows="94, 348, 20">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
</frameset>
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
</frameset>
<frameset cols="*, 94, 500, 94, *">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<frame src="./test.html" name="" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
</frameset>
</frameset>
</html>
codice dei frame (TEST) test.html
codice:
<html><head></head><body bgcolor=#000000></body></html>
Se avete tempo e pazienza, provate questo codice...
Il risultato che vorrei ottenere dal test,
è una pagina (composta da N frames)TOTALMENTE nera.
(senza spazi bianchi)
Cosa che con il codice postato sopra non accade...
(a meno che nel primo frameset non inserisca l'attributo BORDER="0">)
Grazie comunque