
26/05/2005, 05:54
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 4 meses Puntos: 8 | |
no,borrar es un parámetro, busca información en el foro sobre PostBack, es más o menos así
en html
__doPostBack('__eventtarget','__eventargument')
en el code:
if Not IspostBack
else
If request.form("__eventtarget") = "loquesea"
end if
end if
do you understand?? |