Ciao ho letto il tuo post di risposta… prima di tutto volevo ringraziarti!
Ho provato a fare come mi hai consigliato ma non riesco a far funzionare il menu…
Vorrei chiederti una favore mi indicheresti la sintassi corretta da dover inserire; ti allego il codice html della pagine ed il codice xml del menu.
Grazie ancora!!!
--
XML CODE
--
<NAV main_onColor="#000000" main_offColor="#ff0000" sub_onColor="#000000" sub_offColor="#666666" navWidth="50" fadeTime="500" lineWidth="50" main_y_padding="4" sub_y_padding="2" sub_indent="10">
<MAIN text="Seating" expand="true">
<SUB text="Prova" URL="http://www.tin.it" target="mainframe"></SUB>
</MAIN>
</NAV>
--
HTML CODE
--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*" cols="669,*" framespacing="0" frameborder="NO" border="0">
<frame src="leftFrame.htm" name="leftFrame" scrolling="YES" noresize>
<frame src="mainframe.htm" name="mainframe">
</frameset>
<noframes><body>
</body></noframes>
</html>

Rispondi quotando