Re: Forms suggestion

Tony Sanders <sanders@bsdi.com>
Errors-To: sanders@bsdi.com
Errors-To: sanders@bsdi.com
Message-id: <199311241924.NAA03421@austin.BSDI.COM>
To: www-talk@nxoc01.cern.ch
Subject: Re: Forms suggestion 
In-Reply-To: Your message of Wed, 24 Nov 1993 19:50:04 +0100.
Errors-To: sanders@bsdi.com
Reply-To: sanders@bsdi.com
Organization: Berkeley Software Design, Inc.
Date: Wed, 24 Nov 1993 13:24:25 -0600
From: Tony Sanders <sanders@bsdi.com>
> we are currently playing around with forms, and have run into the problem  
> that it's difficult to identify from which HTML document a query has been
You just put the information in the URL, that's what it's for.

Don't use:
>   <FORM ACTION="http://turkey/htbin/query">
>   <ATTRIBUTE NAME="transactionid" VALUE="42">
Use instead:
    <FORM ACTION="http://turkey/htbin/query/transactionid=42">

You do not want to add busy work like this into the client.

--sanders