9월 24일 일요일 현재 과정

오늘은 <!DOCTYPE html>
<html>
<head>
<title>Love 출석부 로그인</title>
<style>
h1{
position: absolute;
left: 650px;
}
text{
position: absolute;
text-align: center;

}
</style>

</head>

<body>
<h1>로그인</h1>
<form accept="API.py" onsubmit="keypress" method="get" action="Love2.html">
이름:<input type="text" id="samename" size="30" value=""><br>
<input type="submit" value="로그인" onclick="process()">
</form>

<script>
function process(){
let name =document.getElementById("samename")
alert(name.value+"님 환영합니다.")
}

event.preventDefault();
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>love 출석체크</title>
<style>h1{color: blue;}
strong{color: red;}
.button-style{
background-color: green;
}.btn1{
position: absolute;
left: 50px;
}
.btn2{
position: absolute;
left: 100px;
}.rdo1{
position: absolute;
left: 170px;
}.rdo2{
position: absolute;
left: 250px;}
.n1 {
position: absolute;
left: 190px;
}
.n2{
position: absolute;
left: 270px};</style>
</head>
<body>
<form>
<fieldset>
<!-- <legend>오전 팀회의</legend>-->
<h1>출석체크</h1><br>
<h2 id='clock'></h2>
<script>
function setClock(){
let today=new Date();
let e =today.toString();
document.getElementById("clock").innerHTML=e;
//document.getElementById('clock').innerHTML=today;

}setInterval('setClock()',1000);//1초마다 번복한다
setClock();

</script>
<strong>지각하지않기!!</strong>
<label for="time" >오전/오후</label>
<select id="time">
<option value="오전">오전</option>
<option value="오후">오후</option>
</select>
<br>
<hr>
<ol>
<li>오전 출석체크</li>

<table>

<tr bgcolor="green"></tr>
<td>
<button value="출석">출석</button>
<button value="인정결석" onclick="alert('인정출석인 경우 선택해주세요')">인정결석</button>



<input type="radio" id="in" name="출근" value="1"
>
<label input type="radio" for="in">출근</label>
<input type="radio" id="질병" name="질병" value="2">
<label for="질병">질병</label>
</td>
</form>
</table>
<li>오후 출석체크</li>
<table>
<td>오후 출석체크</td>
<tr bgcolor="green"></tr>
</table>
</ol>
</tr>
</thead>
</table>
</fieldset>
</from>
</body>
</html>

를 했다
힘들긴 하지만 기분이 좋다 빨리 완성했으면 좋겠다

다음 내용이 궁금하다면?

또는

이미 회원이신가요?

2023년 9월 24일 오전 11:33

조회 162

댓글 0