创建一个链接注销按钮 [英] create a link logout button

查看:91
本文介绍了创建一个链接注销按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我没有使用按钮注销,而是使用超链接,简单的文本LOG OUT。

我该怎么办?

解决方案

它实际上取决于应用程序类型,但术语超链接通常与Web应用程序相关。有时不是,但那时它甚至更加微不足道,可以......几乎任何东西。



好​​主意。现在,有什么困难?最简单的形式:

 <   a     href   =  somethingWhichLogsYouOut > 注销<   / a  >  





其他一切取决于你如何支持身份验证,会员资格和相关事项,你在服务器端使用什么技术和其他东西。



-SA

Instead of using a button to logout, i want to use a hyperlink, a simple text "LOG OUT".
How can i do this??

解决方案

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:

<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


这篇关于创建一个链接注销按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆