<%response.expires=0%> <% num=request("num") sql = "select * from display where num=" & num 'response.write sql Set rs = Server.CreateObject("ADODB.Recordset") rs.Open SQL,conn,1 %>
<%if not rs("title1")="" then%> <%end if%> <%if not rs("title2")="" then%> <%end if%> <%if not rs("title3")="" then%> <%end if%> <%if not rs("title4")="" then%> <%end if%> <%if not rs("file_name1")="" then%> <%end if%> <%if not rs("file_content1")="" then%> <%end if%> <%if not rs("file_name2")="" then%> <%end if%> <%if not rs("file_content2")="" then%> <%end if%> <%if not rs("file_name3")="" then%> <%end if%> <%if not rs("file_content3")="" then%> <%end if%> <%if not rs("file_name4")="" then%> <%end if%> <%if not rs("file_content4")="" then%> <%end if%> <%if not rs("file_name5")="" then%> <%end if%> <%if not rs("file_content5")="" then%> <%end if%> <%if not rs("content")="" then%> <%end if%>
<%=rs("name")%>
¢Ã Àü½ÃÀÏÁ¤ : <%=rs("disp_fdate")%> ~ <%=rs("disp_tdate")%>
<%=reverseword(rs("title1"))%>
¢Ã Àü½ÃÀå¼Ò : <%=reverseword(rs("title2"))%>
¢Ã Àü½Ã¹®ÀÇ : <%=reverseword(rs("title3"))%>
¢Ã Àü½ÃÁÖÁ¦ : <%=reverseword(rs("title4"))%>
" border=1>
<%=reverseword(rs("file_content1"))%>
" border=0>
<%=reverseword(rs("file_content2"))%>
" border=0>
<%=reverseword(rs("file_content3"))%>
" border=0>
<%=reverseword(rs("file_content4"))%>
" border=0>
<%=reverseword(rs("file_content5"))%>
<%=reverseword(rs("content"))%>

<% rs.close set rs=nothing conn.close set conn=nothing %>