"
' *** first is full user or user
if (FullUserRoleYes = true) then
%>
<%
else
%>
<%
end if
' *** then is the admin
if (AdminRoleYes = true) then
%>
<%
end if
' *** then is the coordinator
if (CoordinatorRoleYes = true) then
%>
<%
end if
%>
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z <% dim ConnBuffer , RSBuffer ,sqlBuffer dim fName dim mName dim lName dim AuthorName dim beginWith dim recordID dim approval dim userName Set ConnBuffer = Server.CreateObject("ADODB.Connection") ConnBuffer.Open ConnectionString beginWith = trim(Request.QueryString("begin")) if (beginWith = "") then beginWith = "a" end if %>
|