|
|
|
<%
set fplinkrs=server.createobject("adodb.recordset")
fplinkrs.open "select linktext,decoration,linkurl,linkpicture from links where uname='"&yourusername&"' and belongto=0 order by order1",webconn,1,1
if fplinkrs.recordcount>0 then
%>
|
<%
end if
fplinkrs.close
set fplinkrs=nothing
%>
|