Ver Mensaje Individual
  #13 (permalink)  
Antiguo 16/12/2002, 15:44
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
pero... todas tus variables están vacías!

Les estás asignando valor en algún momento? Digo.. algó así?:

imgNewsU = Request.Form("img")
txtNewsU = Request.Form("txt")
txtFecha = Request.Form("fecha")
txtID = Request.Form("id")


??