 |


Daewoo’s new digital world offers an exhilarating mix
of
design
and technology.
|
|
 |
 |


See and discover the full range of Daewoo Living Appliances
for
a modern and healthy digital lifestyle.
|
|
 |
 |


Find more information on Daewoo’s full range of refrigerators
and air conditioners including innovative “Nano” Silver
Technology and Oxygen Generator.
|
| |
|
 |
 |


<%
'----------------------------------------------------------------
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 %>more<%= VarTagA_close %> |
|
| |
|