<%@ LANGUAGE="VBSCRIPT" %> <% id = request.querystring("id") if id = "" then response.redirect "news.asp" end if strSQL = "select * from News where ID=" & id rs.open strSQL, conn if rs.EOF then response.redirect "news.asp" else Name = rs("Name") Description = rs("Description") LastUpdated = rs("LastUpdated") end if rs.close %> Stirling Internet providers of, internet access, satellite broadband, website
News Archives :
<%=Name%>
<%=Description%>
<%=FormatDate(LastUpdated, 2)%>
Home
Go Back

 

 

 

 

 

<% 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 %>