mit link 2 iframes verändern

hi leuds,

ich hab folgendes Problem. Ich möchte gern mit einem link zwei iframes verändern, was normaler Weise auch ganz gut, wie folgt klappt:

Code:
<a href="#" onClick="parent.ihr 1 Frame.location='ihre.htm';  parent.ihr 2 Frame.location='ihre.htm'; return false;">
 2.Variante</font>
</a>


Zur Veranschaulichung, ich möchte dies auf folgender Seite umsetzen, was hier auch noch klappt, jedoch kappt es schon nicht mehr, wenn die Seite in ein normales frame eingebettet ist. (hier)

-->comix-->enter--->eden-->bild anklicken-->eden1.html (link funktioniert nicht mehr)

Quellcode der Seite (eden1.html):

Code:
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html>  
 <head>   
  <title>eden1</title>    
   <meta name="author" content="Freakazoid">    
    <meta name="generator" content="Ulli Meybohms HTML EDITOR">  
     <script language=javascript> function wechsel(url1,url2) 
      { document.frame1.location.href = url1; document.frame2.location.href = url2; } 
     </script>      
  </head>  
  <body text="#FFFFFF" bgcolor="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">   
   <table border="0" width="100%" cellpadding="8">    
    <tr>     
     <td> 	 
      <h1>Eden - It's an endless World!</h1> 	
       </td>     
       <td align="right" valign="bottom"> 	 
        <a href="eden.html"> 	 
         zurück 	 
        </a> 	
      </td>    
     </tr>   
    </table>    

<hr> 
<br><br>        

<div>    

  <table border="0" width="100%">     
   <tr>      
    <td>       
     <table border="0" width="100%" cellpadding="5">        
      <tr>         
       <td> 		 
        <iframe src="infobox1.html" width="450" height="300" border="0" frameborder="0" framespacing="0" name="frame1"> 		 
         </iframe> 		
        </td>         
        <td align="center" valign="top"> 		

<br><br>  

       <a href="#" onclick="wechsel('http://freakazoid2600.fr.funpic.de/infobox1.html','http://
       freakazoid2600.fr.funpic.de/eden1.jpg')"> 
        Eden - It's an endless World! #1 
       </a>           		  		 
<br>           
       <a href="#" onclick="wechsel('http://freakazoid2600.fr.funpic.de/infobox2.html','http://
       freakazoid2600.fr.funpic.de/eden2.jpg')"> 
        Eden - It's an endless World! #2 
       </a> 		  		 

<br> 		           

       <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox3.html';
        parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden3.jpg'; return false;">
         Eden - It's an endless World! #3</font>          
        </a> 		  		 

<br> 		           

        <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox4.html';
         parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden4.jpg'; return false;">
          Eden - It's an endless World! #4</font>          
         </a> 		   		  

<br> 		            

         <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox5.html';
          parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden5.jpg'; return false;">
           Eden - It's an endless World! #5</font>          
         </a> 		   		  

<br> 		            

          <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox6.html';    
          parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden6.jpg'; return false;">
           Eden - It's an endless World! #6</font>
          </a> 		  

<br>
 		       
          <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox7.html';
           parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden7.jpg'; return false;">
            Eden - It's an endless World! #7</font>          
           </a> 		   		  

<br> 		            

            <a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox8.html';
             parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden8.0.html'; return false;">
              Eden - It's an endless World! #8</font>          
             </a> 		    		 

 <br> 		
        </td>        
       </tr>       
      </table>      
     </td>     
    </tr>     
    <tr>      
     <td align="center"> 	  
      <iframe src="eden1.jpg" width="665" height="1050" name="frame2" align="center" border="5"
       frameborder="0" framespacing="0"> 	  
       </iframe> 	 
      </td>     
     </tr>    
    </table>   
   </div>  
  </body> 
</html>

Wär cool, wenn mir dabei einer helfen könnte.
thx

pace, mfg

freakazoid
 
Zurück
Oben