%@LANGUAGE="VBSCRIPT" CODEPAGE="1250" %>
<% Session.LCID = 1050
FUNCTION FixString(str)
FixString = replace(str,"'","''")
END FUNCTION
%>
Alimi d.o.o.
 |
|
 |
Novosti |
<%
set rsp=db.execute("select * from Savjeti")
if not rsp.eof then
rsp.movefirst
while not rsp.eof
%>
| <%=rsp("Naslov")%> |
| <%= FixString(trim(rsp("Detalji"))) %> |
<%
rsp.movenext
wend
end if
rsp.close%>
|
<%
set rssp=db.execute("select * from Novosti ORDER BY NovostiID DESC")
if not rssp.eof then
rssp.movefirst
while not rssp.eof %>
| <%=rssp("Naslov")%> |
| <%=rssp("Detalji")%> |
<% rssp.movenext
wend
end if
rssp.close%> |
| NAŠE SU PREPORUKE PRAVOVREMENOST I TOČNOST |
|
|