% 'sacamos el titulo del apartado sql = "select [ofertas especiales] as titulo from menu where idioma='"&session("idioma")&"'" set rs = con.Execute(sql,,adCmdText) if not rs.EOF then tituloOpcion = rs("titulo") end if rs.close sql = "select contactar from traducciones where idioma='"&session("idioma")&"'" set rs = con.Execute(sql) if not rs.EOF then contactar= rs("contactar") end if Rs.Close %>
|
||||||||||