|
Posted by Adrienne Boswell on 11/26/28 11:53
Gazing into my crystal ball I observed walterbyrd@iname.com writing in
news:1153513108.272317.224730@m73g2000cwd.googlegroups.com:
> 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.
>
>
No, you cannot nest forms. Further, what is the point of having a Login
AND a Logout button? If the person is already logged in, why would they
need a login button, and if a person is _not_ logged in, why would they
need a logout button?
Best thing to do is test on the server if the person is logged in, and show
the appropriate button.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|