메뉴 추가창 ie에서 스크롤 생기지 않는 문제 수정
This commit is contained in:
@ -171,14 +171,14 @@ function add_menu()
|
|||||||
});
|
});
|
||||||
|
|
||||||
var url = "./menu_form.php?code="+max_code+"&new=new";
|
var url = "./menu_form.php?code="+max_code+"&new=new";
|
||||||
window.open(url, "add_menu", "left=100,top=100,width=550,height=650");
|
window.open(url, "add_menu", "left=100,top=100,width=550,height=650,scrollbars=yes,resizable=yes");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_submenu(code)
|
function add_submenu(code)
|
||||||
{
|
{
|
||||||
var url = "./menu_form.php?code="+code;
|
var url = "./menu_form.php?code="+code;
|
||||||
window.open(url, "add_menu", "left=100,top=100,width=550,height=650");
|
window.open(url, "add_menu", "left=100,top=100,width=550,height=650,scrollbars=yes,resizable=yes");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user