|
|
|
|
|
|
 |
| |
| CMS
Traffic Signals have its presence across the
length and breadth of India. List of cities
covered by CMS till date are: |
| |
<% 'while loop to display all contact%>
<%
catrs.MoveFirst
while not catrs.EOF
%>
<%=catrs("reach_name")%>
|
<%
catrs.Movenext
if not catrs.EOF then
%>
<%=catrs("reach_name")%>
|
<%
catrs.Movenext
end if
if not catrs.EOF then
%>
<%=catrs("reach_name")%>
|
<%
catrs.Movenext
end if
if not catrs.EOF then
%>
<%=catrs("reach_name")%> |
<%
catrs.Movenext
end if
%>
<%
wend
catrs.Close
conn1.close
%>
|
|
|
|
|
| |
|