Ciao a tutti,
ho un problema con dei link fra 2 frame ... ho provato a mettere "<a href="link" target="nomeframe">" ma non mi funziona...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Applicativo</title>
</head>
<frameset rows="236,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="BarraSuperiore.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="200,*" cols="215" framespacing="0" frameborder="no" border="0">
<frameset rows="215" cols="620,*" framespacing="0" frameborder="no" border="0">
<frame src="Animazione3D.html" name="mainFrame" id="mainFrame" title="mainFrame" scrolling="No" noresize="noresize"/>
<frame src="Menu.html" name="rightFrame" scrolling="No" noresize="noresize" id="rightFrame" title="rightFrame" />
</frameset>
<frameset rows="*" cols="18,*" framespacing="0" frameborder="no" border="0">
<frame src="BordoSx.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frameset rows="*" cols="803,*" framespacing="0" frameborder="no" border="0">
<frameset rows="15,*" cols="803" framespacing="0" frameborder="no" border="0">
<frame src="BordoTop.html" name="topFrame1" scrolling="No" noresize="noresize" id="topFrame1" title="topFrame1" />
<frame name="PdfFrame" scrolling="No" noresize="noresize" id="PdfFrame" title="PdfFrame" />
</frameset>
</frameset>
</frameset>
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
Il link è dal frame "rightFrame" e deve essere aperto nel frame "PdfFrame"
Grazie
Ale