일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 투자
- Sort
- query
- jsp
- beans
- algorithm
- 노드
- C
- function
- meta
- 포인터
- CLASS
- windows
- API
- HTML
- java
- WebProgramming
- OOP
- 윈도우즈
- c++
- array
- UTF-8
- Kafka
- 악성코드
- JavaScript
- CSS
- System
- Call-by-reference
- request
- 자료구조
- Today
- Total
hahahia
실습 01 본문
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<SCRIPT>
function colorchange()
{
document.getElementById("textcolor").value = document.getElementById("selectcolor").value;
}
function on()
{
document.getElementById("main").bgColor = document.getElementById("selectcolor").value;
}
</SCRIPT>
<body id = "main">
<SELECT id="selectcolor" onChange="colorchange()">
<OPTION value="yellow">노랑</OPTION>
<OPTION value="green">초록</OPTION>
<OPTION value="blue">파랑</OPTION>
<OPTION value="red">빨강</OPTION>
</SELECT>
<INPUT type="text" id="textcolor" size="6">
<INPUT type="button" value="배경색 변경" onClick="on()">
</body>
</html>
'Web Programming > JavaScript' 카테고리의 다른 글
Javascript를 이용한 문자열 길이체크 및 입력제한 (0) | 2012.04.04 |
---|---|
실습2 (0) | 2012.03.28 |
JavaScript를 이용한 계산기 프로그램 (0) | 2012.03.23 |
JavaScript를 이용한 BMI 지수 측정 소스코드 (0) | 2012.03.14 |
JavaScript(alert, write, prompt) (0) | 2012.03.14 |