'초기문자열'에 해당되는 글 1건

Posted on 2007/12/05 16:56
Filed Under Web(웹) Study/Java Script

<!------ 아래의 코드를 HEAD 부분에 복사해 넣으세요 -------------->

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



<!------ 아래의 방식으로 BODY 부분에  붙여 넣으세요 ------------->

<B>텍스트 상자에 마우스를 클릭하면 초기문자열이 없어집니다</B>

<form>
<input type="text" value="아이디를 입력 해 주세요" onFocus="clearText(this)">
<input type=submit>
</form>
크리에이티브 커먼즈 라이센스
Creative Commons License

2007/12/05 16:56 2007/12/05 16:56

트랙백 주소 : http://skystory.kr/trackback/106

About

by 하늘이야기

Archive

Counter

· Total
: 1544219
· Today
: 123
· Yesterday
: 436
-->