<%
if mode = "" or mode="list" or mode="LIST" then 'list °æ¿ì
Server.Execute("list_thanks.php")
elseif MODE = "view" or MODE = "VIEW" then 'view ÆäÀÌÁö
Server.Execute("view_thanks.php")
elseif MODE = "write" or mode="mody" or mode="reply" or MODE = "WRITE" or mode="MODY" or mode="REPLY" then '¾²±â,¼öÁ¤,´ä±Û
Server.Execute("write_thanks.php")
elseif MODE = "secure" or mode="cmody" or MODE = "SECURE" or mode="CMODY" then
Server.Execute("passwd_check_thanks.php")
end if
%>
|