[Prev][Next][Index][Thread]

Re: Combining http-search and http-computed-form



At 1:15 PM 11-12-1995, Mark Klein wrote:
>I would like to create a computed page that is accessed via a search URL
>(so arguments can be passed) and then presents a fillout form that gets
>additional input. This would seem to involve combining the http-search and
>http-computed-form classes and updating the appropriate methods etc. Has
>anyone done this? I don't think I understand cl-http well enough to take it
>on myself.

See the cl-http self documentation examples for how to do this.

Call one response function from the search-url and call another from the computed
form url.  Share most of the underlying code.