%
Dim GetMems
Set GetMems = Server.CreateObject("ADODB.Recordset")
GetMems.Open "Select * From tblURLs where Featured=True", objConn, 3, 3
%>
Tantra Connection
|
|
<% If GetMems.eof Then %>
|
Sorry! No
URL posted as yet!!! |
<% Else %>
| |
|
Useful Links |
|
|
|
Url |
Posted by |
<%
While not GetMems.eof
%>
| " target="_blank"><%=GetMems("url")%>
|
<%
if GetMems("name")="ADMIN" then
%>
TantraConnection
<%else%>
<%=GetMems("name")%>
<%end if%>
|
<%
GetMems.MoveNext
counter=counter+1
Wend
End If
%>
|
|