팝업창 안겹치게 뜨게 하기
if ( getCookie(‘${popup.cookieVal}’) != “off” ) { var xValue=${idx.count-1}*${popup.width}; window.open(“${popup.fileName}”,”${popup.cookieVal}”, “width=${popup.width},height=${popup.height},toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=0,left=”+xValue); }
x좌표만 설정해주면 된다는 점~
This article is licensed under CC BY 4.0 by the author.