Central Web Services: Antispam WebformThe Central Web Service utilizes a Captcha ( See http://en.wikipedia.org/wiki/Captcha for more information.) to prevent misuse of its web submission form. This method requires web users to look at a graphical representation of letters and then type the letters. The CAPTCHA we use at Fermi as supplied by reCAPTCHA.net also provides an audio-based version for the visually impaired. If you are using the central web services form-to-email script, you can add the CAPTCHA to your form using these instructions. There is only a single line of HTML code you need to add to your web form to show the CAPTCHA picture inside your form (instead of having it pop up as a separate box after your users have submitted your form). A sample web form using a CAPTCHA:
<p><script type="text/javascript" src="http://tools.fnal.gov/antispam/antispam.js"></script></p> You may also want to include some instructions telling your users how to use the CAPTCHA form. This is optional, but recommended. <p><b>Type the two words shown below into the box below: <i>(required)</i></b></p> A complete sample would look like this. The CAPTCHA code is in bold: <html>
Installing via the XMS Editor for the computing.fnal.gov WebsiteClick Here for instructions specific to using the tool with the computing.fnal.gov website.
Supported DomainsThe following domains are supported and allowed to use Fermilab's email service:
Contact the Fermilab Help Desk to add additional domains.
Basic UsageThese are the basic directions on how to use the reCAPTCHA interface.
Advanced UsageFor more control of cosmetic details, language support, etc, include in javascript "var Skip_Fermi_Tools_Default =1;" then see http://recaptcha.net/apidocs/captcha/client.html |