找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1558|回复: 0
打印 上一主题 下一主题
收起左侧

基于百度api的景点查询系统

[复制链接]
跳转到指定楼层
楼主
ID:651332 发表于 2019-11-28 09:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
        <style type="text/css">
                body, html{width: 100%;height: 100%;margin:0;font-family:"微软雅黑";font-size:14px;}
                body{background:url(tiananmen.jpg) center center;background-size:98%;}
                #l-map{height:300px;width:100%;}
                #r-result{width:100%;}
        </style>
<meta charset="UTF-8">
<title>北京市景点查询系统登陆界面</title>
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
</head>
<body>
<div class="content">
<div style="left: 550px; position: absolute; top: 50px;font-size:25px">北京市景点在线查询系统</div>
<div class="logCon">
<span style="margin-left:300px;margin-top:300px;width:100px;height:20px;"><font color=#FFFFFF>账号:</font></span>
<input class="bt_input" type="text" style="margin-left:40px;margin-top:300px;width:150px;height:20px;" />
<span style="margin-left:40px;margin-top:300px;width:150px;height:20px;"><font color=#FFFFFF>密码:</font></span>
<input class="bt_input" type="text" style="margin-left:40px;margin-top:300px;width:150px;height:20px;" />
<button type="button" class="logingBut" style="margin-left:100px;margin-top:100px;width:90px;height:30px;" >登录</button>
</div>
</div>
<script>
var username = document.getElementsByClassName('bt_input')[0];
var password = document.getElementsByClassName('bt_input')[1];
var button = document.getElementsByClassName('logingBut')[0];
button.onclick=function(){
if(username.value=="fangqian"&&password.value=="123456"){
alert('登陆成功');
location.href="file:///C:/Users/%E5%85%83%E6%B0%94/Desktop/webgis/%E5%8C%97%E4%BA%AC%E5%B8%82%E6%99%AF%E7%82%B9.html";
}else{
alert('登录失败')
}
}
</script>
</body>
</html>

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 顶 踩
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|51黑电子论坛 |51黑电子论坛6群 QQ 管理员QQ:125739409;技术交流QQ群281945664

Powered by 单片机教程网

快速回复 返回顶部 返回列表