immer noch: alternative zur verschachtelung von 2 loops - baseportal Forum - Web-Anwendungen einfach, schnell, leistungsfähig!
baseportal
English - Deutsch "Es gibt keine dummen Fragen - jeder hat einmal angefangen"

 baseportal-ForumDie aktuellsten 10, 30, 50, 100 Einträge anzeigen.  

 
 Ausgewählter Eintrag: Zur Liste 
    Beitrag von Engelmann (46 Beiträge) am Freitag, 27.Juli.2001, 11:38. WWW: www.tus-bw-lohne.de
    immer noch: alternative zur verschachtelung von 2 loops

      Ich komme einfach nicht damit zurecht.
      Schaut mal auf der oben genannten seite.
      Ich habe einmal die abteilungen und zum anderen die mannschaften in einzelnen datenbanken.
      wie schaffe ich es, daß die mannschaften z.b. Fussball I.Herren auch als link in der Fussball-Abteilungsseite auftauchen??

      Hier mal die Listings:

      Abteilung:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
      <TABLE>
      <TR>
      <td>
      <loop db=nutzereintrag range=0,1>
       <TABLE width="100%">
      <tr><td align="right" valign="top">
            <TABLE width="115" background="http://www.lohne-links.de/bwl/pics/ueberschrift_abteilungen.gif" VALIGN="TOP">
            <TR>
              <TD align="middle">
      <b>$Name</b></TD>
            </TR>
          </TABLE>
      <iframe src="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungaktuell&Rubrik==BWL:$Name" width=310 height=235 align=left hspace=10 vspace=10 scrolling=yes name="Frame">
      
      Dieser Test wird angezeigt, wenn der Browser den Befehl nicht kennt
      </iframe>
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungaktuell&Rubrik==BWL:$Name" target="Frame"> News:</a> 
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungergebnisse&Abteilung==$Name" target="Frame"> Ergebnisse:</a> 
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungtermine&Rubrik==BWL:$Name" target="Frame"> Termine:</a>
      

      <br><br>
      $Einleitung<br>
      

      </td>
      <td align="right" valign="top" width="25%">
      <b>Anschrift:<br>$Vorsitzender</b><br>
      $Anschrift<br>
      <a href="http://$Homepage" target="blank">$Homepage</a>
      </td></tr>
      </table>
      <table>
            <TR>
              <TD ALIGN="middle" valign="top"><img src="http://$Bild1" border=0></TD>
              <TD VALIGN="TOP" >
              
              <b>$Ueberschrift1</b><br>$Text1<bR></td>
            </TR> 
      </table>
      <table>
            <TR>
              <TD ALIGN="middle" valign="top" ><br><img src="http://$Bild2" border=0</TD>
              <TD VALIGN="TOP"><b>$Ueberschrift2</b><br>$Text2</TD>
            </TR>
          </TABLE>
      

      <TABLE width="100%" BGCOLOR="#000099" VALIGN="TOP" align="center">
            <TR>
              <TD>
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/nutzereintrag&Id=$_id" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Seite ändern<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Ergebnisdienst&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Ergebnis melden<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_eingabetermin&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Termin eingeben<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_News" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Artikel eingeben<a> <FONT COLOR="#ffffff" size="-4">(c) Christoph
              Engelmann</FONT>
      </TD>
            </TR>
          </TABLE>
      </td>
      </tr>
      </table>
      </loop>
      </body>
      


      Mannschaft:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
      <TABLE>
      <TR>
      <td>
      <loop db=nutzereintrag_Mannschaften range=0,1>
       <TABLE width="100%">
      <tr><td align="right" valign="top">
            <TABLE width="200" background="http://www.lohne-links.de/bwl/pics/ueberschrift_mannschaften.gif" VALIGN="TOP">
            <TR>
              <TD align="middle">
      <b>$Name_Mannschaft</b></TD>
            </TR>
          </TABLE>
      $Einleitung<br>
      

      </td>
      <td align="right" valign="top" width="25%">
      <b>Anschrift:<br>$Vorsitzender</b><br>
      $Anschrift<br>
      <a href="http://$Homepage" target="new">$Homepage</a>
      </td></tr>
      </table>
      <table>
            <TR>
              <TD ALIGN="middle"><img src="http://$Bild1" border=1></TD>
              <TD VALIGN="TOP" >
              
              <b>$Ueberschrift1</b><br>$Text1<bR></td>
            </TR> 
      </table>
      <table>
            <TR>
              <TD ALIGN="middle"><br><img src="http://$Bild2" border=1</TD>
              <TD VALIGN="TOP"><br><b>$Ueberschrift2</b><br>$Text2</TD>
            </TR>
          </TABLE>
      

      <TABLE width="100%" BGCOLOR="#000099" VALIGN="TOP" align="center">
            <TR>
              <TD>
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/nutzereintrag_Mannschaften&Id=$_id" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Seite ändern<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Ergebnisdienst&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Ergebnis melden<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_eingabetermin&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Termin eingeben<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_News" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Artikel eingeben<a> <FONT COLOR="#ffffff" size="-4">(c) Christoph
              Engelmann</FONT>
      </TD>
            </TR>
          </TABLE>
      </td>
      </tr>
      </table>
      </loop>
      </body>
      

      und die Linkleiste auf der Hauptseite:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
       
          <p>
          <center>
          <TABLE VALIGN="TOP" cellspacing=0 cellpadding=0>
            <tr>
            <td background="http://www.lohne-links.de/bwl/pics/ueberschrift_abteilungen.gif" ><b> Abteilungen:</b><td>
            <tr>
            <TR>
              <TD BGCOLOR="#FFFFFF" width="112" background="http://www.lohne-links.de/bwl/pics/unterschrift_abteilungen.gif" >
              <loop db=nutzereintrag sort=Name>
              <A CLASS="High" HREF="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungen&Id=$_id&Name==$Name" TARGET="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-off.gif" name="image1" border="0"> $Name</A><BR>
              </loop>
            </TD>
            </TR>
      <tr>
            <td background="http://www.lohne-links.de/bwl/pics/linieunterschrift_abteilungen.gif" > </b><td>
            <tr>
          </TABLE>
      </p> 
      </center>
      <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
        </BODY>
      

      Fehlt noch was um das problem zu lösen??

      Ich hoffe, daß mir jemand helfen kann.


    Antworten

 Alle Einträge zum Thema: Zur Liste 
    Beitrag von Engelmann (46 Beiträge) am Freitag, 27.Juli.2001, 11:38. WWW: www.tus-bw-lohne.de
    immer noch: alternative zur verschachtelung von 2 loops

      Ich komme einfach nicht damit zurecht.
      Schaut mal auf der oben genannten seite.
      Ich habe einmal die abteilungen und zum anderen die mannschaften in einzelnen datenbanken.
      wie schaffe ich es, daß die mannschaften z.b. Fussball I.Herren auch als link in der Fussball-Abteilungsseite auftauchen??

      Hier mal die Listings:

      Abteilung:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
      <TABLE>
      <TR>
      <td>
      <loop db=nutzereintrag range=0,1>
       <TABLE width="100%">
      <tr><td align="right" valign="top">
            <TABLE width="115" background="http://www.lohne-links.de/bwl/pics/ueberschrift_abteilungen.gif" VALIGN="TOP">
            <TR>
              <TD align="middle">
      <b>$Name</b></TD>
            </TR>
          </TABLE>
      <iframe src="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungaktuell&Rubrik==BWL:$Name" width=310 height=235 align=left hspace=10 vspace=10 scrolling=yes name="Frame">
      
      Dieser Test wird angezeigt, wenn der Browser den Befehl nicht kennt
      </iframe>
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungaktuell&Rubrik==BWL:$Name" target="Frame"> News:</a> 
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungergebnisse&Abteilung==$Name" target="Frame"> Ergebnisse:</a> 
      <a CLASS="High" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungtermine&Rubrik==BWL:$Name" target="Frame"> Termine:</a>
      

      <br><br>
      $Einleitung<br>
      

      </td>
      <td align="right" valign="top" width="25%">
      <b>Anschrift:<br>$Vorsitzender</b><br>
      $Anschrift<br>
      <a href="http://$Homepage" target="blank">$Homepage</a>
      </td></tr>
      </table>
      <table>
            <TR>
              <TD ALIGN="middle" valign="top"><img src="http://$Bild1" border=0></TD>
              <TD VALIGN="TOP" >
              
              <b>$Ueberschrift1</b><br>$Text1<bR></td>
            </TR> 
      </table>
      <table>
            <TR>
              <TD ALIGN="middle" valign="top" ><br><img src="http://$Bild2" border=0</TD>
              <TD VALIGN="TOP"><b>$Ueberschrift2</b><br>$Text2</TD>
            </TR>
          </TABLE>
      

      <TABLE width="100%" BGCOLOR="#000099" VALIGN="TOP" align="center">
            <TR>
              <TD>
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/nutzereintrag&Id=$_id" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Seite ändern<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Ergebnisdienst&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Ergebnis melden<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_eingabetermin&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Termin eingeben<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_News" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Artikel eingeben<a> <FONT COLOR="#ffffff" size="-4">(c) Christoph
              Engelmann</FONT>
      </TD>
            </TR>
          </TABLE>
      </td>
      </tr>
      </table>
      </loop>
      </body>
      


      Mannschaft:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
      <TABLE>
      <TR>
      <td>
      <loop db=nutzereintrag_Mannschaften range=0,1>
       <TABLE width="100%">
      <tr><td align="right" valign="top">
            <TABLE width="200" background="http://www.lohne-links.de/bwl/pics/ueberschrift_mannschaften.gif" VALIGN="TOP">
            <TR>
              <TD align="middle">
      <b>$Name_Mannschaft</b></TD>
            </TR>
          </TABLE>
      $Einleitung<br>
      

      </td>
      <td align="right" valign="top" width="25%">
      <b>Anschrift:<br>$Vorsitzender</b><br>
      $Anschrift<br>
      <a href="http://$Homepage" target="new">$Homepage</a>
      </td></tr>
      </table>
      <table>
            <TR>
              <TD ALIGN="middle"><img src="http://$Bild1" border=1></TD>
              <TD VALIGN="TOP" >
              
              <b>$Ueberschrift1</b><br>$Text1<bR></td>
            </TR> 
      </table>
      <table>
            <TR>
              <TD ALIGN="middle"><br><img src="http://$Bild2" border=1</TD>
              <TD VALIGN="TOP"><br><b>$Ueberschrift2</b><br>$Text2</TD>
            </TR>
          </TABLE>
      

      <TABLE width="100%" BGCOLOR="#000099" VALIGN="TOP" align="center">
            <TR>
              <TD>
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/nutzereintrag_Mannschaften&Id=$_id" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Seite ändern<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Ergebnisdienst&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Ergebnis melden<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_eingabetermin&cmd=do_add" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Termin eingeben<a> 
      <a CLASS="High2" href="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/Zeitung_News" target="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-kreuz.gif" name="image1" border="0"> Artikel eingeben<a> <FONT COLOR="#ffffff" size="-4">(c) Christoph
              Engelmann</FONT>
      </TD>
            </TR>
          </TABLE>
      </td>
      </tr>
      </table>
      </loop>
      </body>
      

      und die Linkleiste auf der Hauptseite:

      <BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" 
        BGCOLOR="#ffffff">
       
          <p>
          <center>
          <TABLE VALIGN="TOP" cellspacing=0 cellpadding=0>
            <tr>
            <td background="http://www.lohne-links.de/bwl/pics/ueberschrift_abteilungen.gif" ><b> Abteilungen:</b><td>
            <tr>
            <TR>
              <TD BGCOLOR="#FFFFFF" width="112" background="http://www.lohne-links.de/bwl/pics/unterschrift_abteilungen.gif" >
              <loop db=nutzereintrag sort=Name>
              <A CLASS="High" HREF="http://baseportal.de/cgi-bin/baseportal.pl?htx=/lohne_links/BWL/Abteilungen&Id=$_id&Name==$Name" TARGET="rechts"><img src="http://www.lohne-links.de/bwl/pics/button-off.gif" name="image1" border="0"> $Name</A><BR>
              </loop>
            </TD>
            </TR>
      <tr>
            <td background="http://www.lohne-links.de/bwl/pics/linieunterschrift_abteilungen.gif" > </b><td>
            <tr>
          </TABLE>
      </p> 
      </center>
      <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
        </BODY>
      

      Fehlt noch was um das problem zu lösen??

      Ich hoffe, daß mir jemand helfen kann.

     Antworten

    Beitrag von CE (55 Beiträge) am Montag, 30.Juli.2001, 00:04.
    Re: immer noch: alternative zur verschachtelung von 2 loops

      kann mir keiner helfen??

     Antworten


     
 Liste der Einträge von 58800 bis 58950:Einklappen Zur Eingabe 
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < Zur Eingabe  > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge


Zurück zur Homepage

© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen



powered in 0.41s by baseportal.de
Erstellen Sie Ihre eigene Web-Datenbank - kostenlos!