Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Instead of using a button to logout, i want to use a hyperlink, a simple text "LOG OUT".
How can i do this??
Posted
Comments
Jibesh 23-Jan-13 17:41pm    
what kind of application ? I dont use button to logout so i cant find an answer for this I doubt anyone.

please elaborate your question we cannot find an answer with this little information. You can use "Improve Question" widget to update your question.
Sergey Alexandrovich Kryukov 23-Jan-13 18:11pm    
The question is not clear. Also, please stop posting your questions as answers. I removed a couple of your posts like that, before you got a number of abuse reports. Such posts cannot help you.
—SA

1 solution

It really depends on application type, but the term "hyperlink" is usually related to a Web application. Sometimes not, but then it's even more trivial and can be… nearly anything.

Good idea. Now, what is so difficult? In its simplest form:
HTML
<a href="somethingWhichLogsYouOut">Log out</a>


Everything else depends on how you support authentication, membership and related things, what technology do you use on server side and other things.

—SA
 
Share this answer
 
Comments
Espen Harlinn 23-Jan-13 19:39pm    
5'ed!
Sergey Alexandrovich Kryukov 23-Jan-13 19:46pm    
Thank you, Espen.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900