<% set rcs = conn.execute("SELECT * from announcement ORDER BY [no] DESC") set rcs_news = conn.execute("SELECT * from news ORDER BY [no] DESC") %>


Whats new

-
uSECURITY group won Best Website Context Winner more>>.
 
-This month, five security papers will be submitted by uSECIRITY group  more>>.
 
-The Technical Report is going to be issued on Dec 9  more>>.

Announcement

-
All members are requested to revise and submit final Technical Report by Thursday (Dec 9)  more>>.
 


 

 
    <%dim count count = 0 do while not rcs_news.EOF%>
  • <% =rcs_news("title")%>
    <% =rcs_news("info")%>

    <%rcs_news.MoveNext() loop%>

<%If Session("blnIsUserGood") = True then %> <%end if%>

    <% count = 0 %> <%do while not rcs.EOF%>
  • <% =rcs("title")%>
    <% =rcs("info")%>

    <% rcs.MoveNext() %> <%loop%>

<%If Session("blnIsUserGood") = True then %> <%end if%>