Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [JS] Diashow | Problem (https://www.gegen-bilderklau.net/thread.php?threadid=101389)
Zitat: |
<head> <title></title> <script language="JavaScript"> var aktpos=1; var anzahl=9; function wechsel(richtung) { if (aktpos+richtung>=1 && aktpos+richtung<=anzahl) aktpos+=richtung; document.images[0].src= "dia"+aktpos+".jpg"; } </script> </head> |
Zitat: |
<td><img src="foto.jpg" height="150" align="right" hspace="30"> </td> </Tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> <hr align="center" size="0" color="#000000" width="85%"> <br><u>Link</u> | <u>link</u> | <u>link</u> <br><br> <table BORDER=0 CELLSPACING=6 CELLPADDING=3 WIDTH="85%"> <tr> <td align="centeR"> <font face="Times New Roman" size="4" color="#000000"> <p><img src="dia1.jpg" width="800"></p> <p><a href="#" onClick="wechsel(-1)"> «zurück</a> <a href="#" onClick="wechsel(1)"> vor»</a></p> </table> |