Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Iframe...help!!

  1. #1
    Utente di HTML.it
    Registrato dal
    May 2003
    Messaggi
    166

    Iframe...help!!

    ciao a tutti...
    premetto che non ho mai utilizzato IFRAME e dovrei risolvere questa cosa...

    dalla homepage:


    <html>
    <head>
    <title>MioSito</title>
    </head>
    <BODY text=#000000 vLink=#999999 background="sfondo.gif">
    <TABLE cellSpacing=0 cellPadding=0 width=500 align=center border=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <TD>
    <DIV align=center></DIV>
    <TABLE cellSpacing=0 cellPadding=0 width=700 border=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <TD>
    <TABLE cellSpacing=0 cellPadding=0 width=700 border=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <TD>
    <DIV align=center></DIV>
    <TABLE width="700" border=0 align=center cellPadding=0 cellSpacing=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <td>
    <IFRAME src="inc_menu.html" height="130" width="100%" scrolling="No" frameborder="0" background="sfondo.gif"> </IFRAME>
    <IFRAME src="inc_home.html" height="70" width="100%" scrolling="No" frameborder="0" background="sfondo.gif">> </IFRAME>

    </td>
    </TR>
    </TBODY>
    </TABLE>

    </TD>
    </TR>
    </TBODY>
    </TABLE>












    </body>
    </html>

    ho definito inc_menu.html in questo modo:

    <html>
    <head>
    </head>
    <BODY text=#000000 vLink=#999999 background="sfondo.gif">

    <TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <TD>
    <DIV align=center></DIV>
    <TABLE width="700" border=0 align=center cellPadding=0 cellSpacing=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <TD width=690>[img]logo.jpg[/img]</TD>
    <TD width="10"> </TD>
    </TD>
    </TR>
    </TBODY>
    </TABLE>

    <TABLE cellSpacing=0 cellPadding=0 width=700 border=0 background="sfondo.gif">
    <TBODY>
    <TR>
    <td name="HOME" id="HOME"><font face="Banjoman Open Bold" size="1">Home</td>
    <TD width="15"> </TD>
    <td name="OFFERTE" id="OFFERTE"><font face="Banjoman Open Bold" size="1">Offerte</td>
    <TD width="15"> </TD>

    </TR>
    </TBODY>
    </TABLE>
    </TD>
    </TR>
    </TBODY>
    </TABLE>


    </body>
    </html>

    e devo fare in modo che cliccando su "OFFERTE" nella parte sottostante della pagina, cioè in inc_home.html mi venga caricata la pagina offerte.html lasciando inalterato il menù inc_menu.html...

    come si fa'???

    grazie a chiunque...

  2. #2
    ...
    <IFRAME name="iframe_menu" src="inc_menu.html" height="130" width="100%" scrolling="No" frameborder="0" background="sfondo.gif"> </IFRAME>
    <IFRAME name="iframe_offerte" src="inc_home.html" height="70" width="100%" scrolling="No" frameborder="0" background="sfondo.gif">> </IFRAME>
    ...



    ...
    <td name="OFFERTE" id="OFFERTE"><font face="Banjoman Open Bold" size="1">Offerte</td>
    ...

    Dovrebbe andare :bubu:
    Sayonara...

    kami del tempo / raccogli i miei ricordi / vola distante.

    Rinaldo - RexPlants
    RexPlants il forum delle piante che mangiano

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2003
    Messaggi
    166
    perfetto!!! grazie!!!!

  4. #4
    PREGO... :bubu:
    Sayonara...

    kami del tempo / raccogli i miei ricordi / vola distante.

    Rinaldo - RexPlants
    RexPlants il forum delle piante che mangiano

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.