|
 |
|
|
|
|

<%
' Loop through the list of departments.
intCellcount = 1
do until rsDepts.EOF
if intCellcount = 1 or intCellcount = 4 then
response.write("")
end if
response.write " "&""&" "&rsDepts("chrDeptName")&" | "
intCellcount = intCellcount + 1
if intCellcount = 4 then
response.write(" ")
intCellcount = 1
end if
rsDepts.MoveNext
Loop
%>
|
|
|
|
 |
|
 |
|
|
|
| ©
2004-2008 All Rights Reserved. Synergy Unlimited |
|