kann mir wer sagen wieso das hier nicht im Firefox funtkioniert? habs mal aus nötigste reduziert..
PHP-Code:
[COLOR=royalblue]<script type="text/javascript">
<!--
function FotoAnzeigen(Quelle)
{
alert(Quelle);
document.getElementById("Vorschaufoto").src = Quelle;
document.getElementById("Bild").title = Quelle;
return;
}
//-->
</script>
[/COLOR]
...
<form method="post" enctype="multipart/form-data" action="<?php echo $PHP_SELF ?>">
<input type="hidden" name="MAX_FILE_SIZE" value="400000">
<b>File Upload</b><br>
[COLOR=royalblue]<input onChange="FotoAnzeigen(this.value);" name="userfile" type="file" size=40 id="Quellfoto">[/COLOR]
<input type="submit" name="action" value="Speichern">
</form>
</td>
</tr><tr>
<td bgcolor="#e7e7e7" align="center" colspan="2">
Vorschau:<br>
[COLOR=royalblue]<img height="100" id="Vorschaufoto" src="/fastads/img/blank.gif" width="100">[/COLOR]
Kommentar