crussader: frames aufklappen

Beitrag lesen

hallo
ich bin absoluter newbie in diesen sachen !

zu meinem "problem" :
ich hab eine seite und dort rufe ich andere php seiten via iframe auf.

{include file="documentHeader"}  
<head>  
 <title>{OWNPAGE_TITLE} - {PAGE_TITLE}</title>  
 {include file='headInclude' sandbox=false}  
 <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/MultiPagesLinks.class.js"></script>  
</head>  
<body>  
{include file='header' sandbox=false}  
  
<div id="main">  
 <ul class="breadCrumbs">  
  <li><a href="index.php{@SID_ARG_1ST}"><img src="icon/indexS.png" alt="" /> <span>{PAGE_TITLE}</span></a> &raquo;</li>  
 </ul>  
  
 <div class="mainHeadline">  
  <img src="icon/ownpageL.png" alt="" />  
  <div class="headlineContainer">  
   <h2><p>{OWNPAGE_TITLE}</p></h2>  
   <p>{OWNPAGE_INFORMATION}</p>  
  </div>  
 </div>  
  <div class="border tabMenuContent">  
   <div class="container-1">  
            {if OWNPAGE_USE_HTML}  
   <legend><p>{@OWNPAGE_TEXT}</p></legend>  
            {else}  
            <legend><p>{OWNPAGE_TEXT}</p></legend>  
            {/if}  
  
  
  </div>  
 </div>  
<div class="container-1" id="wbb3addonsBox04">  
<IFRAME SRC="../rmm/test.html" NAME="xyz" HEIGHT="100" WIDTH="100%"  scrolling="no" frameborder="0" >  
Sorry, your browser doesn't support iframes.  
</IFRAME>  
</div>  
{include file=shoutboxFrame}  
<br><br>  
{if $this->user->userID != 0}  
<div class="container-1" id="wbb3addonsBox04">  
<h2><center>Hallo {$this->user->username}</center></h2>  
<IFRAME SRC="../rmm/favo{$this->user->userID}.php" NAME="abc" HEIGHT="300" WIDTH="100%"  scrolling="yes" frameborder="0" >  
Sorry, your browser doesn't support iframes.  
</IFRAME></div>  
  
{/if}  
  
             </div>  
<div class="container-1" id="wbb3addonsBox04">  
<IFRAME SRC="../rmm/playing.php" NAME="def" HEIGHT="768" WIDTH="100%"  scrolling="yes" frameborder="0" >  
Sorry, your browser doesn't support iframes.  
</IFRAME></div><br><br>  
<div class="container-1" id="wbb3addonsBox04">  
<IFRAME SRC="../rmm/playlist.php" NAME="suchen" HEIGHT="768" WIDTH="100%"  scrolling="yes" frameborder="0" >  
Sorry, your browser doesn't support iframes.  
</IFRAME>  
             </div>  
            <div>  
  <div>  
    <div align="center">{lang}wbb.ownpage.copyright{/lang}</div>  
  </div>  
</div>  
  
</div>  
{include file='footer' sandbox=false}  
</body>  
</html>  

nun möchte ich die einzelnen frames via link auf und wieder zuklappen können. wie geht das ?