
24/10/2003, 08:38
|
 | | | Fecha de Ingreso: julio-2003 Ubicación: Caripito Edo Monagas
Mensajes: 169
Antigüedad: 21 años, 9 meses Puntos: 1 | |
Pana lo hise pero no me salio. mi code es:
<%
Response.Write("<p><tr><td width=""48"" height=""16"" align=""center"">Nº</td>")
Response.Write("<td width=""266"" height=""16"" align=""center""> " & objRS("apellidosA") &"</td>")
Response.Write("<td width=""353"" height=""16"" align=""center"">" & objRS("nombresA") &"</td>")
Response.Write("<td width=""108"" height=""16"" align=""center"">"& "<a href=""borrar_alum_ok.asp?Alu=" & objRS("idA") &"""><!--- img border=""0"" src=""img/borrar.gif"" alt=""Seguro que quieres borrar al Alumno: " & objRS("apellidosA") & "?"" --->borrar</td></a>") %> |