Ragazzi ho questo semplice frameset:
il frame destra è:codice:<html> <head> <title>Esempio di frameset</title> </head> <frameset rows="150, *, scrolling="no"> <frame name="Alto" src="frameset.html" scrolling="no" resize="no"> <frameset cols="150, *"> <frame name="Sinistra" src="frame_sinistra.html" scrolling="no" frameborder=0> <frame name="Destra" src="frame_destra_1.html" scrolling="no" frameborder=0> </frameset> <noframes> <body> Il tuo browser non supporta i frame.</p> </body> </noframes> </frameset> </html>
quando chiamo la pagina pippo.aspcodice:<html> <head> <meta http-equiv="Content-Language" content="it"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Nuova pagina 1</title> </head> <body background="alambicchi3.jpg"> </body> </html>
Mi da la barra di scorrimento verticale sia sull'iframe ( e va benissimo) che sul frame ( e vorrei togliere proprio questa).codice:<html> <head> </head> <BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 > <div align="center"><font size="5" style="Palatino Lynotipe" color="#008000">Anno <%=ppp%></font></div> <center> <form action="pppers.asp" method="post"> <table width="100%" border="1"><tr><td width="30%" bgcolor="#F9FFFB"><div align="center"><font color="#008C2E">[b]Personale</font></td><td width="30%" bgcolor="#F9FFFB"><div align="center"><font color="#008C2E">[b]Qualifica</font></td> <td width="20%" bgcolor="#F9FFFB"><div align="center"><font color="#008C2E">[b]Mesi</font></td><td width="20%" bgcolor="#F9FFFB"><div align="center"><font color="#008C2E">[b]Giorni</font></div></td></tr></table> <table width="100%" border="1"><tr> <td width="30%"><div align="center"><input type="text" name="nome" size="25" style="width:100%"></td> <td width="30%"><div align="center"><input type="text" name="qual" size="25" style="width:100%"></td> <td width="20%"><div align="center"><input type="text" name="mesi" size="15" style="width:100%"></td> <td width="20%"><div align="center"><input type="text" name="costo" size="15" style="width:100%"></td> </tr> </table> <input type="hidden" name="idd" value="<%=isolabella%>"><input type="hidden" name="ann" value="<%=ind%>"> <table><tr><td><input type="submit"></td></tr></table> <IFRAME src="sottopers.ASP" height="400" width="100%" scrolling="Yes" frameborder="1" >> </IFRAME> </body> </html>
Avete suggerimenti?
P.S. Che sia un'ottima settimana per tutti. Ca..o, odio il lunedì......![]()

Rispondi quotando