<% '//파라미터정보 ************************************************************************************* b_num = InputValue(request("b_num")) b_type = InputValue(request("b_type")) '//************************************************************************************************** '//수정모드 w_mode = "M" If is_ad_cms <> "Y" then '//관리자가아닐때 체크 If SESSION("pwd_chk_" & a_num & "_" & b_num) <> "ok" then '//체크통과확인 Call locationhref("pwd.asp?prepage=modi&a_num=" & a_num & "&b_num=" & b_num & "&" & page_info) End if End if '//레코드필드 R_Fields = "b_num, b_type, b_id, b_name, b_pwd, b_subject, b_email, b_jumin, b_phone1, b_phone2, b_phone3, b_cate, b_catename, b_noticechk, b_content, b_ip, b_count, b_look, b_open, b_ref, b_step, b_level, b_regdate, b_chuchun, b_sbjclr, b_sdate, b_edate, b_temp1, b_temp2, b_temp3, b_temp4, b_temp5, b_temp6, b_temp7,b_temp8, b_file1, b_file2, b_file3, b_file4, b_file5,b_keyword" R_tablename_str = a_tablename R_WHERE_str = " WHERE b_num=" & b_num Call SelectQuery (R_Fields, R_tablename_str, R_WHERE_str) If b_temp6 = "" Or IsNull(b_temp6) then b_temp6_y = Year(now) b_temp6_m = Right("0" & Month(now), 2) b_temp6_d = Right("0" & Day(now), 2) else b_temp6_arr = split(b_temp6, "-") b_temp6_y = b_temp6_arr(0) b_temp6_m = b_temp6_arr(1) b_temp6_d = b_temp6_arr(2) End if %>
* 표시가 된 곳은 필수 항목입니다.
<%=replace( tit_name, " | ", "" )%>
답변쓰기
처리기한
목록