개발

[javascript] 팝업

지승준 2014. 6. 10. 15:44
1
2
3
4
5
$(function () {
 
    window.open("../popup/popup.html""popup""Width=480,Height=520,left=750,top=0, scrollBars=no");
 
});
cs