hallo zusammen
habe immer noch ein problem mit dem Bildwechsel.
hier der code:
****
<html>
<head>
<script type="text/javascript">
function Bildwechsel () {
document.captcha.src = "captcha.asp";
}
</script>
<title></title>
</head>
<body>
<form id="f_example" name="f_example" method="post" action="examplev3.asp">
<table width="350" height="187" border="1" align="center">
<tr>
<td width="152" height="32">CAPTCHA Image</td>
<td width="182"><img src="captcha.asp" name="captcha" alt="This Is CAPTCHA Image" /></td>
</tr>
<tr>
<td height="66">Write the characters in the image above (Case sensitive)</td>
<td><input type="button" name="turing" value="aktualisieren" onclick="javascript:Bildwechsel();"/></td>
</tr>
</table>
</form>
</body>
</html>
*****
was mache ich falsch ?
gruss
david