html登录模板(静态网页的html固定登录模块)
本文目录
静态网页的html固定登录模块
可以实现,用js或者jquery,但是别人其实直接访问那个登录后的网页也可以访问。。当然,也有点小办法,就是传递cookie进去,当然有点水平的人轻易破解就是了。。。但是有点问题就是密码是写在js上面的,很容易就弄出来了。当然你也你可以用md5加密。额大概只能想到这样了。你要是有分数的话可以给你写写玩玩,但是没什么用,一点没有保密性,没有服务器的话,页面永远都是在那的,我有一百种方法可以看到。。骗骗小白倒是可以··
我想找一个企业网站的html模板,比较简洁,主页左边最好有这种登录模块,模板可以直接拿来使用,谢谢
《html》 《head》《meta http-equiv=“Content-Language“ content=“zh-cn“》《meta http-equiv=“Content-Type“ content=“text/html; charset=gb2312“》《title》这是我的网页《/title》《meta name=“keywords“ content=“这是我的网页“》《meta name=“description“ content=“这是我的网页“》《/head》 《body bgcolor=“#808080“》 《div style=“position: absolute; width: 450px; height: 550px; z-index: 1; left: 400px; top: 60px; padding-left: 60px; padding-right: 60px; padding-top: 90px; padding-bottom: 60px; background-color: #FFFFFF“ id=“layer1“》《p align=“center“》《b》这是我的XXX页《/b》《/p》 《/body》 《/html》 将上面的所有代码复制到记事本中,将记事本的后缀由txt更改为htm,这样打开后就会看到一张最简单的网页,如果需要多页,只需多复制几份即可,不同的内容需要你更改一下,如:我的网站首页,照片,个人资料,日志等...
html用户登录模块,分普通用户和管理员的
管理员账号呢?LoginInput.jsp《%@ page language=“java“ import=“java.util.*“ pageEncoding=“UTF-8“%》《%String path = request.getContextPath();String basePath = request.getScheme()+“://“+request.getServerName()+“:“+request.getServerPort()+path+“/“;%》《!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN“》《html》 《head》 《base href=“《%=basePath%》“》 《title》My JSP ’LoginInput.jsp’ starting page《/title》 《meta http-equiv=“pragma“ content=“no-cache“》 《meta http-equiv=“cache-control“ content=“no-cache“》 《meta http-equiv=“expires“ content=“0“》 《meta http-equiv=“keywords“ content=“keyword1,keyword2,keyword3“》 《meta http-equiv=“description“ content=“This is my page“》 《!-- 《link rel=“stylesheet“ type=“text/css“ href=“styles.css“》 --》 《/head》 《body》《center》 《form action = Login.jsp》 用户名:《input type = text name = username》《br/》 密码:《input type = password name = password/》《br/》 《input type = Submit value = “登陆“/》 《/form》 《/center》 《/body》《/html》Login.jsp《%@ page language=“java“ import=“java.util.*“ pageEncoding=“UTF-8“%》《%String path = request.getContextPath();String basePath = request.getScheme()+“://“+request.getServerName()+“:“+request.getServerPort()+path+“/“;%》《!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN“》《html》 《head》 《base href=“《%=basePath%》“》 《title》My JSP ’Login.jsp’ starting page《/title》 《meta http-equiv=“pragma“ content=“no-cache“》 《meta http-equiv=“cache-control“ content=“no-cache“》 《meta http-equiv=“expires“ content=“0“》 《meta http-equiv=“keywords“ content=“keyword1,keyword2,keyword3“》 《meta http-equiv=“description“ content=“This is my page“》 《!-- 《link rel=“stylesheet“ type=“text/css“ href=“styles.css“》 --》 《/head》 《body》 《% String username = request.getParameter(“username“); String password = request.getParameter(“password“); if(username.equals(“adminstrator“)&&password.equals(“admin“)){ //管理员登陆 } else if(username.equals(“admin“)&&password.equals(“admin“)){ //普通用户登陆 } %》 《/body》《/html》
更多文章:

西班牙语para是什么词性在Para qui sirve中的意义是什么?p社是哪个国家的
2025年2月26日 00:10

holy bible(HOLY BIBLE NEW LIVING TRANSLATION怎么样)
2025年3月8日 23:20

holes每章概括(别有洞天the holes 50-80字英文故事简介)
2025年2月15日 08:20

strcmp c语言(C语言中的strcmp函数有什么作用,它的格式是怎样的)
2025年4月1日 04:50

dragon什么意思(dragon是什么意思端午节英语怎么说2、中国和国外所有的节日并译成英语)
2025年2月16日 19:30

participating是什么意思(participating preferred stock是什么意思及用法)
2025年3月11日 12:30

安卓虚拟机windows(如何在win10系统电脑安装安卓模拟器)
2025年3月30日 09:50

百度卫星实时全景地图(有什么强大的地图软件能看到当前实时街景)
2025年3月21日 06:00

converse uk(converse英国海淘一般什么时候打折)
2025年3月24日 06:10

elasticsearch head(elasticsearch head 怎么命令安装)
2025年2月9日 23:30

convenience怎么读(convenient;convenience;这英语怎么读)
2025年3月2日 15:50