최초등록
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!--#include virtual="/common/lib/dbcon.asp"-->
|
||||
<!--#include virtual="/common/lib/func.asp"-->
|
||||
<%
|
||||
|
||||
|
||||
v_page = inputvalue(Request("p_page"))
|
||||
v_search = inputvalue(Request("p_search"))
|
||||
v_keyword = inputvalue(Request("p_keyword"))
|
||||
s_num = inputvalue(Request("s_num"))
|
||||
page_info = "p_page="&v_page&"&p_block="&v_block&"&p_search="&v_search&"&p_keyword="&v_keyword
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
e_idx = inputValue( request("e_idx") ) '--Pk
|
||||
|
||||
sql = "DELETE emt "
|
||||
sql = sql& " where e_idx = "&e_idx
|
||||
dbcon.execute(sql)
|
||||
|
||||
ok_url = "m_emoticon.asp?s_num="&s_num&"&"&page_info
|
||||
|
||||
|
||||
|
||||
dbcon.close
|
||||
Set dbcon = nothing
|
||||
|
||||
loding "1",ok_url
|
||||
|
||||
|
||||
%>
|
||||
Reference in New Issue
Block a user