인터넷정보

input 태그에 공지글 미리 넣기

알 수 없는 사용자 2007. 10. 17. 00:07
좀 길죠. 공지글 미리 집어넣고 마우스 오버시 사라짐니다. 글 쓰기 전까지 유지.
아래 소스를 마우스 드래그 후 Ctrl + C 로 복사해서 태그연습장에서 실행해보세요.

<input type=="Text" value="공지글 미리 집어넣기!" size="26" style="border:1 solid #595959; font-size:9pt; background-color:#EAFE7C;" onKeyDown="if (this.value=='공지글 미리 집어넣기!') this.value='';"  onMouseOver="this.style.backgroundColor='#C4FF38';  if (this.value=='공지글 미리 집어넣기!') this.value='';" onMouseOut="this.style.backgroundColor='#EAFE7C'; if (this.value=='') this.value='공지글 미리 집어넣기!';" onClick="this.focus()">
반응형