Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/06/2003, 11:41
Avatar de basty
basty
 
Fecha de Ingreso: enero-2003
Ubicación: Argentina
Mensajes: 104
Antigüedad: 22 años, 3 meses
Puntos: 0
Formulario Por Email?

COMO CAPTURO UN FORMULARIO Y LO MANDO POR EMAIL SIN QUE SE ENTERE EL QUE LO ESTA LLENADNO?

ES PARA CONTROLAR POR EJEMPLO UN SISTEMA DE CLASIFICADOS, Y SABER CUANDO ALGUIEN POSTEO UN AVISO, ASI NO TENGO QUE ENTRAR PARA VER SI PUSIERON ALGO, SE ENTIENDE?

ESTOS SON LOS DATOS COMO SE LLENAN:

sName = Request.Form("name")
sEmail = Request.Form("email")
sAddress = Request.Form("address")
sCity = Request.Form("city")
sState = Request.Form("state")
sZip = CStr(Request.Form("zip"))
sTitle = Request.Form("title")
sContent = Request.Form("adcontent")
sLink = Request.Form("link")
sImage = Request.Form("imageurl")
cPrice = Request.Form("price")
CatID = Request.Form("catID")
sString = ""


COMO HAGO EL ENVIO?


MIL GRACIAS!
__________________
...el triunfo no esta en vencer siempre...
sino en nunca desanimarse.....