Hi Prashi,
If you've using Dreamweaver's standard log-in behaviours,
then this should
work:
<%If Session("MM_Username") <> "" Then%>
<a href="<%= MM_Logout %>">Log Out Link</a>
<%ELSE%>
<a href="loginpage.asp">Log In Link</a>
<%End If%>
You will need to apply the "Log Out User" behaviour to the
initial Log Out
Link and, in this example, I have simply linked to my login
page for the
"login" link.
Hope this helps,
Regards
nath.
"prashi123" <webforumsuser@macromedia.com> wrote in
message
news:ef5c69$sto$1@forums.macromedia.com...
> Hi to all,
>
> I need to disappear the login link when a customer
logins and display a
> logout link at the same place and vice versa....