Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Boysie
  • Content: Threads
  • Order by date
  1. Boysie

    CDONTS Field Validation

    I am using - <% email = request.form(&quot;email&quot;) Dim objMail Set objMail = Server.CreateObject(&quot;CDONTS.NewMail&quot;) objMail.From = email objMail.Subject = &quot;Newsletter Sign Up&quot; objMail.To = &quot;OurEmail&quot; body = &quot;Name&quot; & vbcrlf &...
  2. Boysie

    CDONTS, check boxes and radio buttons

    I am using this which is fine so far - <% email = request.form(&quot;Email&quot;) Dim objMail Set objMail = Server.CreateObject(&quot;CDONTS.NewMail&quot;) objMail.From = email objMail.Subject = &quot;Enquiry From Web Site&quot; objMail.To = &quot;myname@myURL.co.uk&quot; ObjMail.BodyFormat =...

Part and Inventory Search

Back
Top