Dave Thomas wrote: >Kevin Smith <sent / qualitycode.com> writes: >> > http://dev.rubycentral.com/survey.html >> >> could it be re-written to do a server-side email >> send, rather than client-side? > >Um... it hasn't required an e-mail client for a couple of weeks >now. Could you do me a favor and have a look and the source of the >form and tell me what the <form> post method is? Ah. Mystery solved. The page at _www_.rubycentral.com/survey.html has a form method of "Get", while the one at _dev_.rubycentral.com/survey.html has a method of "Post". That's what I get for typing in the URL instead of grabbing it directly out of the email. Perhaps you should kill off the www... version. DRY, OAOO, etc. Kevin