摘要:<!DOCTYPE html><html><head><meta charset=utf-8" /><title>登錄提示框</title></head><body><style> input{width:200px;height:20px;margin-bottom:5px;}
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8" />
<title>登錄提示框</title>
</head>
<body>
<style>
input{width:200px;height:20px;margin-bottom:5px;}
.loading{width:200px;height:30px;}
</style>
<script type="text/javascript">
function load(x) {
var input1 = document.getElementById("name").value;
var input2 = document.getElementById("password").value;
window.alert ("您的賬號是:"+ input1 + "您的密碼是:"+ input2);
}
</script>
<input type ="text" id="name" placeholder="請輸入您的賬號" />
<br />
<input type ="password" id="password" placeholder="請輸入您的密碼" />
<br />
<input type ="button" value="登錄" class="loading" onclick="load(this)" />
</body>
</html>
批改老師:滅絕師太批改時間:2018-11-30 09:17:34
老師總結:作業(yè)有點牛頭不對馬嘴啊,這章不是日期函數(shù)么,下次不許這樣,這個練習也太簡單,沒有實際意義!