
07/02/2006, 06:34
|
| | Fecha de Ingreso: junio-2003 Ubicación: Santiago de Compostela
Mensajes: 603
Antigüedad: 21 años, 11 meses Puntos: 0 | |
Ahora lo he dejado como me has dicho pero me da el mismo error:
<%
Function AcomodarDb(txt)
txt = Replace (txt, vbCrLf, "<BR>")
AcomodarDb = txt
End function
%>
<%if rs("situacionhotel") <> "" or not isnull(rs("situacionhotel")) then%>
<tr>
<td valign="top" class="FICHAAGENCIAITEMS">Situacion</td>
<td colspan="2" valign="top" class="FICHAAGENCIADATOS"><%=AcomodarDb(RS("situac ionhotel"))%></td>
</tr>
<%end if%>
__________________ Espero haber aprendido algo de tí.
A mi padre. |