Basic2_JSP(Main)학부공부/웹시스템설계및개발2018. 9. 7. 18:31
Table of Contents
반응형
<%@ page language="java" contentType="text/html; charset=UTF-8"pageEncoding="UTF-8"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Main</title></head><body><form action="Example2_result.jsp" name="form" id="form" method="post"><!-- action : Example2_result --><h1>주문하기</h1>학번 : <input type="text" name="std_id" id="std_id" autofocus><br><!-- 학번입력 , 자동포커스 --><hr><h3>수강과목</h3><input type ="checkbox" name="class_name" value="웹프로그래밍">웹프로그래밍<input type ="checkbox" name="class_name" value="운영체제">운영체제<input type ="checkbox" name="class_name" value="자료구조">자료구조<input type ="checkbox" name="class_name" value="알고리즘">알고리즘<hr><!-- checkbox list --><p><input type="submit" value="전송"><!-- 전송 --><input type="reset" value="취소"><!-- 초기화 --></p></form></body></html>
반응형
'학부공부 > 웹시스템설계및개발' 카테고리의 다른 글
파일 업로드 (0) | 2018.09.07 |
---|---|
Basic2_useBeanClass (0) | 2018.09.07 |
Basic2_JSP_Result (0) | 2018.09.07 |
Basic_JSP_Result (0) | 2018.09.07 |
Basic_JSP (0) | 2018.09.07 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상