<html>
<body bgcolor="#FFFFFF">
<form action="/captcha/captcha.php" method="POST">
<input type="hidden" name="fwd_form" value="/captcha/formmailer.php">
<!-- form code starts -->
firstname: <input name="firstname" size="12" value="jon"><br />
lastname: <input name="lastname" size="12" value="doe"><br />
phone: <input name="phone" size="12"><br />
<!-- form code ends -->
<!-- captcha code starts -->
<img src="/captcha/captcha.php?png" border="1" align="top" />
<a href="/captcha/captcha.php?wav"><img src="icon_speaker.gif" border="0"
alt="listen to audio sample" /></a>
<p>Please enter the phrase shown in the image above:</p>
<input type="text" size="6" value="" name="captcha_phrase" /> <input type="submit" value="validate" />
<hr size="1" /><small style="font-size:8pt;text-align:center;">If you are not able to read the phrase in the above image,
click <a href="/captcha/captcha.php?wav">here</a> to listen to an audio sample with the phrase spoken by a male voice.</small>
<!-- captcha code ends-->
</form>
</body>
</html>
Bookmarks