亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

登錄提示框練習

原創(chuàng) 2018-11-29 21:18:28 170
摘要:<!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ù)么,下次不許這樣,這個練習也太簡單,沒有實際意義!

發(fā)布手記

熱門詞條