Hello: Thanks for the response
I am running windows xp pro, and is just testing the web page locally but no luck and i read that CDONTS is make for windows server nt or 2000 is there any differnce between xp and 2000, here is some of the code
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%
dim Message
Set mail = Server.CreateObject("CDONTS.NewMail")%>
mail.From = request("txtEmail")
mail.To = "XXX@health.com
mail.Subject = "Services Database"
mail.Body = Message
mail.Send
Set mail = Nothing
This is only the main lines
Should the CDONTS work with XP
Newfiebullet