일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Math.floor()
- 파일질라설치
- Parent
- SUB함수
- FileZilla다운로드
- 주석이 먹히지 않을 때
- is_check
- index %
- ctrl+/
- calc.plus
- 파일질라설치오류
- calc.minus
- hide
- Math.round()
- selectedIndex
- toFixed()
- slideUp
- Git
- FileZilla설치
- 1521
- 소스트리인증실패
- 파일질라다운로드
- removeClass
- excel중복체크
- push오류
- addClass
- selectoptions
- Math.ceil()
- 증가값
- Excel
- Today
- Total
잡동사니에도 사랑을
[21.09.08] exam08 - 본문
////////exam08
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form method="get" action="result.html">
<fieldset>
<legend>
이름입력하기
</legend>
<div>
<label for="user_name">이름: </label>
<input type="text" name="user_name" id="user_name" />
</div>
<div>
<input type="submit" value="입력완료" />
<input type="reset" value="다시작성" />
<input type="button" value="일반버튼" onclick="location.href='result.html'"/>
<input type="image" src="img/ok.png" alt="입력완료" /> <!-- 자동으로 submit한다 -->
</div>
</fieldset>
</form>
</body>
</html>
////////result
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>입력결과를 전송받기 위한 페이지</h1>
<p>이 페이지는 ASP,PHP,JSP등의 웹 프로그램을 가정하여 작성되었습니다.</p>
<p>사용자가 form에 입력한 내용을 전송받아서, 후속 처리를 수행하게 됩니다.</p>
</body>
</html>
'JAVA_EE > HTML' 카테고리의 다른 글
[21.09.08] exam05 (0) | 2021.09.08 |
---|---|
[21.09.08] exam04 (0) | 2021.09.08 |
[21.09.08] exam03 - 링크 이동 (0) | 2021.09.08 |
[21.09.08] exam02 (0) | 2021.09.08 |
[21.09.08] exam01 (0) | 2021.09.08 |