반응형
<SCRIPT-x LANGUAGE="JavaScript-x">
<!--
var pw = false;
function change_02()
{
if ( pw ) return;
document.oForm.pwdPassWord.style.backgroundImage="";
pw=true;
}
//-->
</SCRIPT-x>
<input name="pwdPassWord" type="password" onMouseDown="return change_02();" onKeyDown="return change_02();" tabindex="2" class="v12" style="width:148px; height:18px; background-color:#E8E8E8; background-image: url(/img/common/login/img_login_pw.gif); background-repeat: no-repeat; background-position: left center; border:none;">
반응형
'웹프로그램' 카테고리의 다른 글
PHP 링크 주소에서 http://존재 유무 체크 (0) | 2008.10.18 |
---|---|
PHP mktime 유닉스 타임 (0) | 2008.10.18 |
PHP register_globals=Off 상태에서의 POST,GET 변수제어 (0) | 2008.10.18 |
PHP register_global=off 일 때 post 값 전송 (0) | 2008.10.18 |
PHP 메일 보내기 함수 (0) | 2008.10.18 |
PHP 파일 내용 DB로 넣기 (0) | 2008.10.18 |
PHP email 유효성 체크 (0) | 2008.10.18 |
PHP 파일 생성 (0) | 2008.10.18 |