ASP4x-Captcha-Imager
view release on metacpan or search on metacpan
lib/ASP4x/Captcha/Imager.pm view on Meta::CPAN
use vars __PACKAGE__->VARS;
1;# return true:
=head2 In your ASP Script:
Render the Captcha image:
<html>
<head>
<style type="text/css">
LABEL {
display: block;
width: 265px;
text-align: right;
float: left;
padding-right: 5px;
}
IMG {
border: dotted 1px #AAA;
}
</style>
</head>
<body>
<form action="/handlers/dev.validate" method="post">
<p>
<label>Enter the code you see below:</label>
<input type="text" name="security_code" />
</p>
<p>
<label> </label>
<img id="captcha" src="/handlers/dev.captcha?r=<%= rand() %>" alt="Security Code" />
( run in 0.789 second using v1.01-cache-2.11-cpan-49f99fa48dc )