<%session.codepage=949%> <% set db = server.createobject("adodb.connection") 'µðºñ¿¡ ¿¬°á db.open (strConnect) set rs = server.createobject("adodb.recordset") %> ÁÖ½Äȸ»ç µðÄÉÀÌ¿À½ºÅØ
 
 
  <% sql = "SELECT TOP 4 * FROM intragongi WHERE gubun='up' ORDER BY num DESC" rs.open sql,db,1 listcount = rs.RecordCount if listcount = 4 then '°Ô½Ã¹° 4 °³À϶§ while not rs.eof title = rs("title") '±ä Á¦¸ñ ó¸® if Len(title) >= 24 then title = left(title, 15) & "..." end if %> <% rs.movenext Wend rs.Close elseif listcount < 4 then '°Ô½Ã¹°ÀÌ 4 °³ º¸´Ù ÀûÀ»¶§ while not rs.eof title = rs("title") '±ä Á¦¸ñ ó¸® if Len(title) >= 24 then title = left(title, 15) & "..." end if %> <% rs.movenext Wend rs.Close do ' °Ô½Ã¹° 4 °³¸¦ ¸ÂÃß±â À§ÇØ ºó°ø°£ »ý¼º %> <% listcount = listcount + 1 loop while listcount < 4 %> <% end if %>
- "><%=title%>
- "><%=title%>.