
17/12/2009, 13:01
|
 | | | Fecha de Ingreso: enero-2006 Ubicación: www.ecocargo.cl
Mensajes: 683
Antigüedad: 19 años, 3 meses Puntos: 8 | |
Respuesta: Ayuda con error '800a03f6' No sera asi lo que quieres hacer
<% if errorArray(0) = "True" then %>
<font color="#FFFFFF"><b class=error>Name... * </b></font>
<% Else %>
<input name="Name" size="24" maxlength="50" style="background-color: #E1DFD0" value="<%= Name %>" />
<% End If %>
<br /><br />
si no es eso el error te lo manda por que abres dos if y solo cierras uno <% if errorArray(0) = "True" then %><font color="#FFFFFF"><b class=error>Name... * <% if errorArray(0) = "True" then %></b></font><% end if %><input name="Name" size="24" maxlength="50" style="background-color: #E1DFD0" value="<%= Name %>" /> <br /><br />
__________________ Mc_Quake Para ayudar en lo que se pueda:Zzz: |