| FAQ |
| Kalender |
|
|
|
|
#1 | ||
|
|||
|
Medlem
|
Kan man få mer information om vad för metod du använder etc.? Ingen av oss kan veta vad det är du har gjort fel när vi inte vet vad du har gjort!
|
||
|
|
Svara med citat
|
|
|
#2 | |||
|
||||
|
Medlem
|
Citat:
<script language="Javascript"> <!-- function ShowPicture(id,Source) { if (Source=="1"){ if (document.layers) document.layers[''+id+''].visibility = "show" else if (document.all) document.all[''+id+''].style.visibility = "visible" else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "visible" } else if (Source=="0"){ if (document.layers) document.layers[''+id+''].visibility = "hide" else if (document.all) document.all[''+id+''].style.visibility = "hidden" else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden" } } //--> </script> det funkar inte i IE |
|||
|
|
Svara med citat
|
| Svara |
|
|