找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 1562|回復(fù): 0
打印 上一主題 下一主題
收起左側(cè)

基于百度api的景點(diǎn)查詢系統(tǒng)

[復(fù)制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
ID:651332 發(fā)表于 2019-11-28 09:04 | 只看該作者 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式
<!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>北京市景點(diǎn)查詢系統(tǒng)登陸界面</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">北京市景點(diǎn)在線查詢系統(tǒng)</div>
<div class="logCon">
<span style="margin-left:300px;margin-top:300px;width:100px;height:20px;"><font color=#FFFFFF>賬號(hào):</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空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏 分享淘帖 頂 踩
回復(fù)

使用道具 舉報(bào)

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

手機(jī)版|小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術(shù)交流QQ群281945664

Powered by 單片機(jī)教程網(wǎng)

快速回復(fù) 返回頂部 返回列表