Re: Email Extractoer
Robin... (idl-net@idl-net.com)
Wed, 8 Jul 1998 15:11:27 +0200
>Heh, that was the first thing I thought of as well.
>Trouble is, it doesn't work! Seems "Location:" doesn't like anything
>that doesn't begin with "http://" (or I guess https://). So I went
>the form-mail route, with a little "twist". ;-)
HTTP requires that the value for Location be an absolute URL
(though it seems that Apache tolerates relatives very well). In any case
mailto:// links are completely handled on the client side (there is no need
to call the server there) so I should guess that servers wouldn't know how
to handle this.
Robin