묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.07.09 19:24
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
위의 소스를 head 와 head 사이에 넣으세요.
그리고
밑의 소스를 링크시킬 곳에 넣으시고 홈페이지에 맞게 수정해 주세요.
<a href="javascript:na_open_window('새창이름아무거나', '새창으로 열 파일주소'
, 왼쪽을 기준으로 가로위치, 위쪽을 기준으로 세로위치, 새창가로크기, 새창세로크기, 툴바, 메뉴바, 상태표시줄, 스크롤바, 창크기조절)" onfocus="this.blur();">편 지 지..</a>
밑의 예제에서 0,1 이 나옵니다.
일때 - 나타나지 않게 합니다.
1일때 - 나타납니다.
예 :
<a href="javascript:na_open_window('popup', 'http://test.co.kr/popup.html'
, 510, 10, 500, 470, 0, 0, 0, 1, 0)" >편 지 지..</a>