lg u+ 본인확인 모듈 추가

This commit is contained in:
chicpro
2014-05-26 13:27:45 +09:00
parent 535c8ec92f
commit 8ad850072a
21 changed files with 14236 additions and 4 deletions

View File

@ -24,6 +24,11 @@ function certify_win_open(type, url)
var position = ",left=" + leftpos + ", top=" + toppos;
var AUTH_POP = window.open(url,'auth_popup', winopts + position);
}
else if(type == 'lg-hp')
{
var popupWindow = window.open( url, "auth_popup", "left=200, top=100, width=400, height=400, scrollbar=yes" );
popupWindow.focus();
}
}
// 인증체크