<%@ LANGUAGE="VBSCRIPT" %> <% strSQL = "select * from News order by LastUpdated DESC" rs.open strSQL, conn if not rs.EOF then Name = rs("Name") Description = rs("Description") LastUpdated = rs("LastUpdated") rs.movenext end if %> news Stirling Internet, access, satellite broadband, website
<%if not rs.EOF then%> <%while not rs.EOF%> <% rs.movenext wend end if rs.close %>
News :
<%=Name%>
<%=Description%>
<%=FormatDate(LastUpdated, 2)%>
News Archive
"><%=rs("Name")%>
<%=FormatDate(rs("LastUpdated"), 2)%>
 
Home

 

 

 

 



<% strSQL = "select * from Projects where Status = 0 order by StartDate DESC" rs.open strSQL, conn if not rs.EOF then %> <% end if rs.close %> <% strSQL = "select * from Projects where Status = 1 order by CompletionDate DESC" rs.open strSQL, conn if not rs.EOF then %> <% end if rs.close %>
In Progress..
<% i = 0 while (not rs.EOF) and (i<4) i = i + 1 %> <%=rs("Domain")%>
<% rs.movenext wend %>
Recently Launched..
<% i = 0 while (not rs.EOF) and (i<4) i = i + 1 %> " target="_self"><%=rs("Domain")%>
<% rs.movenext wend %>