일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바 야구게임
- 형변환
- IBatis procedure
- 전체
- 스프링
- while
- jquery
- 전체텍스트
- 단축키
- 25가지 효율적인 sql작성법
- 페이징
- 추상클래스
- angular2
- Full text
- 상속
- 다형성
- 상속예제
- 야구게임
- Random
- full text indexing
- 로또
- 전자정부
- 이클립스
- 가변인자
- Validations
- 자바
- 다운캐스팅
- 업캐스팅
- Login with OAuth Authentication
Archives
- Today
- Total
nalaolla
onload 본문
728x90
반응형
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Insert title here</title>
- <script type="text/javascript">
- window.onload = function() { //페이지 로드 후 이벤트 진행
- var string1 = "This is a ";
- var string2 = "test";
- var string3 = string1 + string2; // creates a new string with "This is a test"
- alert(string3);
- }
- </script>
- </head>
- <body>
- </body>
- </html>
728x90
반응형
'javascript > fundamental' 카테고리의 다른 글
indexOf (0) | 2016.01.07 |
---|---|
prompt (0) | 2016.01.07 |
type (0) | 2016.01.07 |