필드체크 함수화


필드체크 함수화

<LINK href="http://editor.daum.net/services/blog/css/contents4view.css?ver=1.1.121" type=text/css rel=stylesheet> function win_Open(url,win_nm,chk_sb,n_wid,n_hei) { window.open(url,win_nm,"toolbar=no,location=no,directory=no,left=370,top=200,status=no,menubar=no,scrollbars="+chk_sb+",resizable=no,copyhistory=no,width="+n_wid+",height="+n_hei); } //특수문자 function CheckStr(strOriginal, strFind, strChange) { var position, strOri_Length; position = strOriginal.indexOf(strFind); while (position != -1)...


#IT·컴퓨터

원문링크 : 필드체크 함수화