[JAVAScript]id, value, focus
https://hyejin283.tistory.com/285 [JSP] JSP안에 있는 내장 객체(request) 테이블 생성 create table member( id varchar2(20) primary key, pwd varchar2(20) not null, name nvarchar2(10) not null, mobile varchar2(20), regDate date default sysdate ); insert into member values('sugyungeeJJang','1234','홍길동',null,sysdate); ins hyejin283.tistory.com 여기있는 폼을 이용해서 만들어보겠다. 아이디 : 암 호 : const 안에 엘리먼트를 담고 그 벨류값이 비었으면 입력해주라고 쓰..
2023. 2. 9.