Ho questa pagina
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.skaartcrew.it/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="xxxxx" />
<meta name="keywords" content="xxxxx" />
<title>SKAART CREW Home Page</title>
</head>
<frameset border=1 rows=15%,*,36>
<frame id="testa" src="vuoto.html" scrolling="no" noresize>
<frameset border=1 cols=20%,60%,20%>
<frame id="sinistra" src="vuoto.html" scrolling="no" noresize>
<frame id="centro" src="centro.html" scrolling="auto" noresize>
<frame id="destra" src="vuoto.html" scrolling="no" noresize>
</frameset>
<frame id="fondo" src="fondo.html" scrolling="no" noresize>
</frameset>
</html>
E vorrei che dal frame "fondo" mi aprisse dei link nei frame della riga centrale ("sinistra", "centro" e "destra")
ma specificando target="centro" (o target="sinistra") nei link del frame "fondo", i link si aprono nello stesso riquadro. Come mai?