kostenlose-templates.eu - Linkliste 2 von: W. Zenk
    Dieses kleine Script gibt die Hyperlinks des rechten Frames (Name="rechts") aus.

<ol>
<script type="text/javascript">
for(i=0; i < 80; ++i)
 document.write("<li><a href='" + parent.rechts.document.links[i] + "'>" + parent.rechts.document.links[i] + "</a>");
</script>
</ol>