" target="_blank">前台首頁 <% SQLSeg = "select adm.account,agp.GroupName from Administrators adm,AdminGroups agp where adm.GroupID=agp.id and adm.id="&Session("AdminID")&" and agp.id="&Session("GroupID") Set rs0 = Conn.Execute(SQLSeg) IF Not(rs0.EOF And rs0.BOF) Then Response.Write "管理者:"&rs0(0)'&" ("&rs0(1)&")" Else ' End IF %>  
<% dbClose() %>