per far apparire sempre nella barra degli indirizzi il nome del sito pulito del tipo:
www.miosito.it
la struttura in frame per adesso esistente è questa:
come faccio ad aggiungere il frame ad altezza 0?codice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta> </head> <frameset rows="90,*" cols="*" frameborder="NO" border="0"> <frame src="altophp.php" name="topFrame" scrolling="NO" noresize> <frameset cols="135,*" frameborder="NO" border="0"> <frame src="sinistra.htm" name="leftFrame" scrolling="SI" noresize> <frame src="destra.htm" name="mainFrame"> </frameset> </frameset> <body></body> </html>
Grazie
![]()

Rispondi quotando
