[

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

· 2004-11-30 (화) 23:08:27 · 1768
<!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>
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
04-11-30 조회 2,230
04-11-30 조회 2,560
04-11-30 조회 1,743
04-11-30 조회 1,577
04-11-30 조회 1,623
04-11-30 조회 2,122
04-11-30 조회 1,883
04-11-30 조회 2,386
04-11-30 조회 3,565
04-11-30 조회 1,566
04-11-30 조회 1,769
04-11-30 조회 3,173
04-11-29 조회 2,353
04-11-29 조회 3,196
04-11-29 조회 2,872
04-11-29 조회 3,302
04-11-29 조회 5,109
04-11-29 조회 2,520
04-11-29 조회 4,818
04-11-29 조회 2,499
04-11-29 조회 3,112
04-11-29 조회 7,600
04-11-29 조회 3,829
04-11-29 조회 3,210
04-11-29 조회 4,684