|
 |
|
 |
function open_window(name, url, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
var left = (screen.width - width) / 2
var top = (screen.height - height) / 2
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);
}
function loginFormCheck(form) {
if (form.userID.value == "") {
alert("회원아이디를 입력하여 주십시오!!");
form.userID.focus();
return false;
}
if (form.userID.value.length < 3) {
alert("회원아이디는 3자이상입니다!!");
form.userID.focus();
return false;
}
if (form.password.value == "") {
alert("비밀번호를 입력하여 주십시오!!");
form.password.focus();
return false;
}
if (form.password.value.length < 4) {
alert("비밀번호는 4자이상입니다!!");
form.password.focus();
return false;
}
}
function my_open_scroll(url, name, width, height) {
var left = (screen.width - width) / 2
var top = (screen.height - height) / 2
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar=no, menubar=no, status=no, scrollbars=yes, resizable=no')
}


 |
|
|
| 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
|
| | |
|
playflash('new_img/m_banner.swf',359,106,'#FFFFFF','high','main','transparent');
|
|
|
 |
 |
|
커뮤니티, 카페, 동호회 애견동호회 고양이동호회 기타동물동호회 |
뉴스, 미디어, 게임, 캐릭터 방송 애견신문/잡지 게임 캐릭터 카툰/일러스트 |
관련단체, 대학교/연구소 연맹/연합/협회 동물관련학과 연구소 유기견관련단체 |
학원, 동물원, 훈련소, 경매 애견학원 동물원 훈련소 경매장 |
해외애견, 동물 방송 쇼핑몰 포탈사이트 해외 애견관련단체 기타동물관련 | | |
 |
|
 |