 |


A Daewoo új digitális világa a dizájn és a technológia
fergeteges keverékét kínálja.
|
|
 |
 |


Fedezze fel a Daewoo háztartási készülékek kínálta modern és
egészséges életmódot!
|
|
 |
 |


Itt talál információt a Daewoo hűtőszekrények és
légkondicionálók teljes skálájáról, köztük az innovatív "Nano
Silver" technológiáról, valamint az oxigén-generátorról.
|
| |
|
 |
 |


<%
'----------------------------------------------------------------
sql="select * from TbProdHome where show=-1 order by last_modification desc"
set rs=conn.execute(sql)
'nel caso nessuno abbia il flag show attivo recupero l'ultimo per data
if rs.eof then
sql="select * from TbProdHome order by last_modification desc"
set rs=conn.execute(sql)
end if
if not rs.eof then
'VERIFICO SE C'č ATTIVO UN LINK PER ANDARE VERSO NEWS O PRODOTTI
if rs("product_link")=-1 or rs("news_link")=-1 then
'LINK PER PRODOTTI
if rs("product_link")=-1 and rs("idprod")<>0 then
VarTagA_open=""
VarTagA_close=""
end if
'LINK PER NEWS
if rs("news_link")=-1 and rs("idnews")<>0 then
VarTagA_open=""
VarTagA_close=""
end if
end if
response.write VarTagA_open
'se c'č il nome di una immagine lo inserisco altrimenti metto quella generica
if rs("img")<>"" then
response.write " & ") "
end if
response.write VarTagA_close
%>
<% = rs("title") %>

<% = rs("description") %>
<% end if 'CHIUSURA IF NEL CASO NON TROVO NESSUN RECORD %>
<%= VarTagA_open %>tovább<%= VarTagA_close %> |
|
| |
|