Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- maven
- 스크립트
- @RequestBody
- JSTL
- null
- 문자열
- 날짜
- html
- jquery
- 한글
- 호환성
- MYSQL
- HTML5
- RADIO
- php
- DB
- 네이버스마트 에디터
- SSL
- 전자정부 표준프레임워크
- java
- 이클립스
- 오라클
- 웹 플랫폼 설치 관리자
- json
- checbox
- exception
- spring form tag
- 톰캣
- Oracle
- switch
Archives
- Today
- Total
개인적인 정리
input type="submit" 본문
<form action="./form2.html" method="post" onsubmit="return aaa();"> <label for="sId">아이디 : </label><input type="text" id="sId"/> <label for="sPw">비밀번호 : </label><input type="password" id="sPw"/> <input type="submit" value="전송"/> </form> <script type="text/javascript"> function aaa(){ alert('test'); return false; } </script>
출처 : http://nuli.navercorp.com/sharing/blog/post/1132730
출처의 내용을 약간 변경 ~~
조금 다른 예제는
http://naradesign.net/wp/2011/07/20/1663/
아래 내용이 더 맘에 들기는 하지만.
'HTML & CSS' 카테고리의 다른 글
브라우저내에서 화면캡쳐 html2canvas (0) | 2017.02.13 |
---|---|
Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. (0) | 2017.02.13 |
툴팁 css (0) | 2016.12.19 |
[css]이미지 리사이징, 화면(영역)보다 이미지가 클 때 (0) | 2016.12.11 |
미디어 쿼리 기본 분기 (0) | 2016.12.05 |
레이어 팝업 (0) | 2016.11.23 |
HTML Escape Characters: Complete List (0) | 2016.11.11 |
label 사용 방법 ... 간단하게 (0) | 2016.11.10 |
Comments