|
Beschreibung
|
|||||||
| Dieser Teil des Scripts kommt in den Headbereich |
|
||||||
|
<script language="JavaScript"> |
|||||||
| Dieser Teil des Scripts kommt in den BodyTag | |||||||
| onLoad="init();" | |||||||
| Dieser Teil des Scripts kommt in den Bodybereich | |||||||
| <TABLE BORDER="1" align="center"
cellpadding="10" cellspacing="5" background="../images/bgr-cell.gif"
width="229"> <TR bgcolor="#FFFFFF"> <TD ID="table1Cell0_0" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 1</a></b></TD> <TD ID="table1Cell0_1" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 2</a></b></TD> <TD ID="table1Cell0_2" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 3</a></b></TD> </TR> <TR bgcolor="#FFFFFF"> <TD ID="table1Cell1_0" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 4</a></b></TD> <TD ID="table1Cell1_1" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 5</a></b></TD> <TD ID="table1Cell1_2" CLASS="cell" ONMOUSEOVER="this.bgColor = highColor;" ONMOUSEOUT="this.bgColor = document.bgColor;" ><b> <a href="#">Link 6</a></b></TD> </TR> </TABLE> |
|||||||