From charlie@lofcom.com Thu Jul 19 19:39:18 2018 From: Charlie Summers To: smartlist@lists.rwth-aachen.de Subject: Re:Editing subscribing addresses Date: Thu, 01 Aug 2002 13:59:04 -0400 Message-ID: In-Reply-To: <856544.1028132815@[192.168.1.10]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2533394759095298031==" --===============2533394759095298031== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit At 5:26 PM -0400 7/31/02, Daniel Staal is rumored to have typed: > This is a HTML form with the action > set to post to the -request address of the list. Er...not to sound confused or anything, but instead of creating a form why don't you just make a simple link something like: ...and be done with it? Since you don't _need_ any other information other than the subscriber's email address, why bother with a form at all? With a form you're depending on how the browser deals with your code (and every one will be slightly different), where with a mailto: URL, it's all pretty standard. (Of course, if you _are_ planning on capturing additional information at a future date, this obviously won't work.) Charlie --===============2533394759095298031==--