<%=title%> |
Volgorde |
Item |
<%if action="delete" or action="change" then
sql="select * from fotoSlider where fotoSliderType=" & request("oType") & " order by fotoSliderRank"
rst.open sql,"DSN=OHM",0,1
while not rst.eof
if color="cccccc" then
color="ffffff"
else
color="cccccc"
end if
%>
&action=<%=request("action")%>&oId=<%=rst.fields("fotoSliderId")%>','_self')"><%=rst.fields("fotoSliderRank")%> |
&action=<%=request("action")%>&oId=<%=rst.fields("fotoSliderId")%>','_self')"><%=rst.fields("fotoSliderTitle")%> |
<%
rst.movenext
wend
rst.close
end if%>
|