레이어 팝업 > 기술자료 | 해피정닷컴

레이어 팝업 > 기술자료

본문 바로가기

사이트 내 전체검색

레이어 팝업 > 기술자료

ClassicASP 레이어 팝업

페이지 정보


본문

Classic ASP 를 이용해서 레이어로 뜨는 팝업을 만들때 사용합니다.
2개 이상의 팝업도 사용할수 있습니다.


디비 팝업 테이블 필드
Cookie_Name  :  팝업 고유변수
Top_Locate  :  좌측 상단 위치
Left_Locate  :  좌측 왼쪽 위치
W_Scale  :  팝업창 넓이
H_Scale  :  팝업창 높이 ( 하루안뜨기 제외한 높이값 )

<!-- POPUP -->
<script type="text/javascript">
function setCookie( name, value, expiredays ) {
    var todayDate = new Date();
    todayDate.setDate( todayDate.getDate() + expiredays );
    document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
</script>
<%
' POPUP 시작
dim hp_PopupLayer, hp_PopupLayer_top, hp_PopupLayer_left, hp_PopupLayer_width, hp_PopupLayer_height
'dim rs_popup
set rs_popup=server.CreateObject ("ADODB.RecordSet")
'sql = "select count(idx) from "&DBLeft&"_Popup where P_Type = 'D' and UseTF='1' and SDate <= '2021-08-11' and EDate >='2021-08-11'"
sql_popup = "select * from "& DBLeft &"_Popup where P_Type = 'D' and UseTF='1' and SDate <= '"& date &"' and EDate >='"& date &"'"
rs_popup.open sql_popup,db,1

if rs_popup.bof or rs_popup.eof then
else
    do until rs_popup.eof
        ' 반복 시작
        hp_PopupLayer        = rs_popup("Cookie_Name")  ' 팝업 고유변수
        hp_PopupLayer_top    = rs_popup("Top_Locate")  ' 좌측 상단 위치
        hp_PopupLayer_left   = rs_popup("Left_Locate")  ' 좌측 왼쪽 위치
        hp_PopupLayer_width  = rs_popup("W_Scale") ' 팝업창 넓이
        hp_PopupLayer_height = rs_popup("H_Scale")  ' 팝업창 높이 ( 하루안뜨기 제외한 높이값 )
        %>
        <script>
        function closeWin<% response.write hp_PopupLayer %>() {
            if ( document.popForm<% response.write hp_PopupLayer %>.chkbox.checked ){
                setCookie( "popCookie<% response.write hp_PopupLayer %>", "done" , 1 );
            }
            document.all['popDiv<% response.write hp_PopupLayer %>'].style.visibility = "hidden";
        }
        </script>
        <div style="position:relative; z-index:1000; left:0px; top:0px;">
            <div id="popDiv<% response.write hp_PopupLayer %>" style="border:1px solid #4E4E4E; position:absolute; width:<% response.write hp_PopupLayer_width %>px; height:<% response.write hp_PopupLayer_height %>px; z-index:1; left:<% response.write hp_PopupLayer_left %>px; top:<% response.write hp_PopupLayer_top %>px; visibility:hidden;">
                <div>
                    <% response.write rs_popup("Contents") %>
                </div>
                <div style="font-size:12px; background-color:#000000; color:#ffffff; text-align:right; height:25px; line-height:25px; ">
                    <form name="popForm<% response.write hp_PopupLayer %>" style="padding:0; margin:0;">
                        <input type="checkbox" name="chkbox" value="checkbox"> 오늘 하루 이 창을 열지 않음
                        <a href="javascript:closeWin<% response.write hp_PopupLayer %>();" style="text-decoration: none; color:#ffffff"><strong>[닫기]</strong></a>&nbsp;&nbsp;
                    </form>
                </div>
            </div>
        </div>
        <script type="text/javascript">
            cookiedata = document.cookie;    
            if ( cookiedata.indexOf("popCookie<% response.write hp_PopupLayer %>=done") < 0 ) {      
                document.all['popDiv<% response.write hp_PopupLayer %>'].style.visibility = "visible";
            } else {
                document.all['popDiv<% response.write hp_PopupLayer %>'].style.visibility = "hidden";
            }
        </script>
        <%
        ' 반복 끝
  rs_popup.movenext
  loop
end if
rs_popup.close
'db2.close
' POPUP 끝
%>
<!-- //POPUP -->

댓글목록

등록된 댓글이 없습니다.


Total 198건 1 페이지
  • RSS
기술자료 목록
198
ClassicASP   2812  2023-09-14 08:38  
열람
ClassicASP   4541  2021-11-01 02:08 ~ 2021-11-01 02:40  
196
ClassicASP   9333  2018-03-28 18:12 ~ 2018-03-28 20:59  
195
ClassicASP   9246  2018-03-16 04:51 ~ 2018-03-16 04:56  
194
ClassicASP   11205  2018-03-12 05:29  
193
ClassicASP   9074  2018-02-23 14:08  
192
ClassicASP   11692  2017-12-27 18:00  
191
ClassicASP   15249  2017-09-13 23:26  
190
ClassicASP   12165  2017-08-30 07:34 ~ 2021-02-26 16:47  
189
ClassicASP   12640  2016-10-28 17:19 ~ 2018-08-24 16:00  
188
ClassicASP   11432  2016-08-18 11:57  
187
ClassicASP   17632  2016-05-28 00:20  
186
ClassicASP   22987  2016-03-09 22:31  
185
ClassicASP   17889  2016-02-25 08:45  
184
ClassicASP   13639  2016-02-25 01:04  
183
ClassicASP   19583  2016-02-25 00:52 ~ 2017-01-13 00:00  
182
ClassicASP   15237  2016-02-25 00:48  
181
ClassicASP   17755  2016-02-25 00:16 ~ 2016-02-26 00:00  
180
ClassicASP   12497  2016-01-26 03:24  
179
ClassicASP   10354  2016-01-22 15:58  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.