Come cambio il contenuto principale da un iframe?

  • Creatore Discussione Creatore Discussione videl29
  • Data di inizio Data di inizio

videl29

Nuovo Utente
29 Ott 2006
1
0
0
Ciao a tutti per favore datemi una mano : (


Sto facendo un semplice sito per il mio liceo e sto incontrando delle difficoltà in quanto sono un novellino e sto utilizzando un template web.

Il problema è questo:


Se clicco una voce di un menu incluso in un iframe, esso cambia il contenuto dell'iframe stesso e non il contenuto della tabella principale della finestra : (


Mi spiego con una immagine:



Questo è ciò che accade.


Il codice della pagina è questo (ho tagliato le parti che non servono):

HTML:
<div align="center">

<table border="0" cellpadding="0" cellspacing="0" width="768">
 <tr>
  <td width="768" height="128" background="images/Header.jpg">
   <font class="header">Liceo Scientifico Statale<br><font size="2">"Antonio Semproni"</font></font>
  </td>
 </tr>
 <tr>
  <td height="512" width="768">

   <table cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" height="512" width="768">
    <tr>
     <td background="images/BoardLeft.jpg" width="32" height="512"></td>

     <td valign="top">
      <table width="128" cellpadding="0" cellspacing="0" >
       <tr>
        <td>
        <br>
		<iframe src="menu.html" marginwidth="1" marginheight="1" height="512" width="128" name="Menu" border="0" frameborder="0" scrolling="no"></iframe>
        </td>
       </tr>
      </table>
     </td>
     
     <td valign="top">
      <table width="448" cellpadding="0" cellspacing="0" valign="top" style="position: relative; left: 8">
       <tr>
        <td height="26" valign="top">
		<br>
		<img border="0" id="img1" src="images/Content02.jpg" height="26" width="448" alt="Content" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/Content01.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/Content02.jpg')" fp-style="fp-btn: Metal Rectangle 6; fp-img-press: 0" fp-title="Content"></td>
       </tr>
       <tr>
        <td width="440" background="images/NavigationBar2.jpg">
         <font class="text">
         Welcome to my website! If you like this template, feel free to use it! :)<br>
         There are no limits, just that you leave the copyright text.<br><br>
         Some more text... Some more text... Some more text... Some more text...... <br>
         Some more text... Some more text... Some more text... Some more text... <br>
         Some more text... Some more text... Some more text... Some more text... <br>
         <br>
         </font><hr width="90%">
         <br><a href="http://www.kaisellgren.roxr.com" class="text">If you like this template, I suggest you to go to author's website and check for more templates! Just Click Here.</a><br><br><br>
         <font class="text">
         Ciao a tutti oggi parleremo del ruolo dell'intellettuale del 900 nella società odierna ovvero nell'era digitale!
         <br>E' ora di analizzare il tutto!
         <br><br>
         </font>
        </td>
       </tr>
       <tr>
        <td width="128" height="3" background="images/NavigationBottom2.jpg"></td>
       </tr>
      </table>
     </td>
     <td width="132">&nbsp;</td>
     <td background="images/BoardRight.jpg" width="28" height="512">&nbsp;</td>
    </tr>
    <tr>
     <td width="24" height="100%"></td>
    </tr>
   </table>

  </td>
 </tr>
</table>

</div>


Mentre il codice del menu (menu.html) è questo:

HTML:
<table width="128" cellpadding="0" cellspacing="0">
 <tr>
  <td width="128" height="26"><img border="0" id="img1" src="images/Navigation02.jpg" height="26" width="128" alt="Navigation" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/Navigation01.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/Navigation02.jpg')" fp-style="fp-btn: Metal Rectangle 6; fp-img-press: 0" fp-title="Navigation"></td>
 </tr>
 <tr>
  <td width="128" background="images/NavigationBar.jpg" class="navigation">
  &nbsp; <a href="index.html" class="navigation">Home</a><br>
  &nbsp; <a href="index.html" class="navigation">Downloads</a><br>
  &nbsp; <a href="index.html" class="navigation">Links</a><br>
  &nbsp; <a href="index.html" class="navigation">Contact Form</a><br>
  &nbsp;
  </td>
 </tr>
 <tr>
  <td width="128" height="3" background="images/NavigationBottom.jpg"></td>
 </tr>
</table>
<!-- Another Table -->
<br>
<table width="128" cellpadding="0" cellspacing="0">
 <tr>
  <td width="128" height="26">
	<img border="0" id="img2" src="images/MoreMenus02.jpg" height="26" width="128" alt="More Menus! :D" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/MoreMenus01.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/MoreMenus02.jpg')" fp-style="fp-btn: Metal Rectangle 6; fp-img-press: 0" fp-title="More Menus! :D"></td>
 </tr>
 <tr>
  <td width="128" background="images/NavigationBar.jpg" class="navigation">
  &nbsp; <a href="index.html" class="navigation">My Partner Site</a><br>
  &nbsp; <a href="index.html" class="navigation">Maybe some ads?</a><br>
  &nbsp; <a href="index.html" class="navigation">Resources</a><br>
  &nbsp; <a href="index.html" class="navigation">And more links..</a></td>
 </tr>
 <tr>
  <td width="128" height="3" background="images/NavigationBottom.jpg"></td>
 </tr>
</table>




Le parti <a href="index.html" class="navigation"> sono quelle che secondo me andrebbero cambiate ma per quanto cerchi su internet non capisco dove sbaglio : ((




Aiutatemi per piacere!
 

Discussioni simili