[Beschreibung]
Zeigt zu jedem Link eine Beschreibung in einer Formbox an
[Kompatibilität]
[Code]
die rot gekennzeichneten Abschnitte ändern Sie bitte durch Ihre Angaben; die Anzahl der Links ist nicht beschränkt.
<script> <!-- function showtip(tip){ document.tool.tip.value=tip } //--> </script> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <p align="center"> <strong>
<font face="Arial" size="3"> <a href="../javaindex.htm" onMouseover="showtip('Click here to learn JavaScript!')" onMouseout="showtip('')">JavaScript Tutorials</a> | </font>
<font face="Arial" size="3"> <a href="../howto/webbuild.htm" onMouseover="showtip('Wanna learn general web building!')" onMouseout="showtip('')">Web building tutorials</a> | </font>
<font face="Arial" size="3"> <a href="../cutpastejava.htm" onMouseover="showtip('Get free JavaScripts here!')" onMouseout="showtip('')">Free JavaScripts</a> </font>
</strong> </td> </tr> <tr> <td width="100%"> <form name="tool"> <div align="center"> <center> <p> <input type="text" name="tip" size="69"> </p> </center> </div> </form> </td> </tr> </table>
??
kopieren Sie bitte den Quellcode