daum 주소 api 적용

This commit is contained in:
thisgun
2014-08-13 16:12:13 +09:00
parent ec8f2368da
commit 80a52d8c3c
9 changed files with 114 additions and 348 deletions

View File

@ -377,7 +377,7 @@ var win_homepage = function(href) {
* 우편번호 창
**/
var win_zip = function(href) {
var new_win = window.open(href, 'win_zip', 'width=616, height=760, scrollbars=1');
var new_win = window.open(href, 'win_zip', 'width=483, height=600, scrollbars=1');
new_win.focus();
}