Glenn wrote:
>> Don't you think it would be better if you just loaded an .AH instead of
>> GENERATING the page ? Then we could customize it any way we want.
>
> The page isn't "generated". 
>It's in this "template" .\reply.htp

Not that part AFAIK (if I've completly missunderstood this please tell me).

>From hdrout.cpp
    if((*hdr).replyto)
    {puts("&nbsp;to&nbsp;<INPUT TYPE=RADIO NAME=\"to\" VALUE=\"from\"
CHECKED>From");
     puts("&nbsp;<INPUT TYPE=RADIO NAME=\"to\" VALUE=\"replyto\">Reply-To");}
    else puts("<INPUT TYPE=HIDDEN NAME=\"to\" VALUE=\"from\">");

Changed like this will be like L.D (and myself) wants it:
    if((*hdr).replyto)
    {puts("&nbsp;to&nbsp;<INPUT TYPE=RADIO NAME=\"to\" VALUE=\"from\" >From");
     puts("&nbsp;<INPUT TYPE=RADIO NAME=\"to\" VALUE=\"replyto\"
CHECKED>Reply-To");}
    else puts("<INPUT TYPE=HIDDEN NAME=\"to\" VALUE=\"from\">");

However Michael didn't seem to like it that way, so I need to do read a
setting from Arachne.Cfg. Conclusion: It will take me more than 1 minute to
do ;-)
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to