PHP expert |
|
Document is een object in JavaScript, wat de pagina aanduidt.
this.src is bij een afbeelding dus de URL van de afbeedling ;)
Jou code moet dan zo worden:
print(ucfirst("-- <a href='$dir". $file ."' onmouseover="popup('<img src=$bestand height=100 />','0')"; onmouseout="stopthumb()" onclick="document.Form1.afbeelding.value=this.src"> ".substr($file, 0, strlen($file) - (strlen($file) - strrpos($file, ".")))." </a> --<br>"));
print(ucfirst("-- <a href='$dir". $file ."' onmouseover="popup ('<img src=$bestand height=100 />','0')"; onmouseout="stopthumb ()" onclick="document .Form1 .afbeelding .value =this .src "> ".substr($file, 0, strlen($file) - (strlen($file) - strrpos($file, ".")))." </a> --<br>"));
|