Posted by Harlan Messinger on 11/26/69 11:53
walterbyrd@iname.com wrote:
> I want a simple form, but with two buttons: login and logout. I
> understand that I can do this by placing a form within a form.
You understand incorrectly. A form cannot contain another form.
Use a single form. Give the two buttons different name attributes. In
the page that the form submits to, find out which of the two names has a
non-blank value embedded in the request, and go on from there.
Navigation:
[Reply to this message]
|