<% ' 파라미터정보 ************************************************************************************* b_l_num = InputValue(request("b_l_num")) prepage = InputValue(request("prepage")) ' ************************************************************************************************** If b_l_num = "" then ' 등록 reset_url = "write.asp" is_title_str = "신규 배너 생성" else ' 수정 ' 레코드필드 R_Fields = "b_l_num, info_url, b_l_code, b_l_img, b_l_url, b_l_chk, b_l_sdate, b_l_edate, b_l_subject, b_l_memo, b_l_wdate, b_l_mdate" R_tablename_str = "banner " R_WHERE_str = " WHERE b_l_num="&b_l_num Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str) reset_url = "list.asp" is_title_str = "배너 정보 수정" End if If b_l_sdate = "" then b_l_sdate_y = Year(now) b_l_sdate_m = month(now) b_l_sdate_d = day(now) Else b_l_sdate_arr = split(b_l_sdate,"-") b_l_sdate_y = b_l_sdate_arr(0) b_l_sdate_m = b_l_sdate_arr(1) b_l_sdate_d = b_l_sdate_arr(2) End if If b_l_edate = "" Then nm = DateAdd("m",1, now) b_l_edate_y = Year(nm) b_l_edate_m = month(nm) b_l_edate_d = day(nm) else b_l_edate_arr = split(b_l_edate, "-") b_l_edate_y = b_l_edate_arr(0) b_l_edate_m = b_l_edate_arr(1) b_l_edate_d = b_l_edate_arr(2) End if %>

<%=is_title_str %>

배너생성 서식 작성
배너생성 서식
~
<%If b_l_img <> "" then%>
<%=b_l_subject%> <%'b_l_img%> 삭제 <%End if%>
http:// * 사용 예) www.nninc.co.kr