테스트 사이트 - 개발 중인 베타 버전입니다

텍스트 필드에 디폴트 메세지를 보여주고 클릭하면 사라집니다

· 20년 전 · 1730
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Sample </title>
<meta http-equiv=content-type content=text/html; charset=euc-kr>

<script>
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
</script>

</head>

<body>

<p>마우스를 클릭하면 텍스트가 사라집니다

<form>
<input type="text" value="검색어를 입력 하세요" onFocus="clearText(this)">
</form>

</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
19947
10159
10158
19944
10155
10154
10152
10151
10148
17555
10146
19939
10143
10141
10135
10132
10131
10126
10122
10120
10113
10107
10104
10103
10100