Hello
I am getting two error messages with the following script.
They are:
Microsoft JET Database Engine error '80040e21'
Field 'Forum.Email' cannot be a zero-length string.
/guest/gsave.asp, line 65
and:
Microsoft JET Database Engine error '80040e21'
Field 'Forum.Message' cannot...
Hello jemminger
I have removed the:
session("t1") = request.form("t1") on .asp1
and:
<%= session("t1") %>
on .asp2.
The form fields are validated - if a field is omitted the code picks up on it - but the 'Thank you' page is not personalised and the emails are...
Hello jemminger
No.
.asp1 (which holds the form) and .asp2 (which thanks the visitor) validates the form fields and personalises the 'Thank you' page. This is what you helped me with earlier with your:
session("t1") = request.form("t1") on .asp1
and:
<%=...
Hello jemminger
Thanks again for your message.
The e.mail address I use is a valid one (my own real one)- as is the email ddress referred to in t2.
The CDONTS page is actually on the page which I called whatever.asp.
I have contacted the web hosting service which the site resides on and...
Hello jemminger
Many thanks again for your reply.
Yes, I have inserted the following into the form page:
session("t1") = request.form("t1")
and
<p>Thank you <%= session("t1") %></p>
in the whatever.asp page.
It works fine, but I have some script...
Hello jemminger
That has worked wonders! Thank you.
I don't really understand the logic behind it, so I will study the code. Still, it works! Great!
Best wishes
LaPluma
Hello
I have the following code on form.asp which checks that all fields in the form have been completed. The code works.
<%
If Request.Form.Count > 0 Then
Name = Trim(Request.Form("t1"))
Email = Trim(Request.Form("t2"))
Message =...
Hello
I have a server side script which checks that form fields have been completed. If not, an error page is called pointing out that 'Name' (for example) must be completed, and invites the user to 'go back' to complete the fields correctly.
However, I think we have all seen those error...
Hello
I am writing for a little clarification.
Below is an example CDONTS script for sending e.mail. If I want to send a copy of the e.mail message (sent to the Webmaster by the visitor) to the visitor - in the way autoresponders might work - can I simply use:
ObjCDOMail.CCTo =...
Hello
I have a Web page here:
http://www.grafik1.net/conForm11.asp
The Flash and graphics are contained in a table arrangement which doesn't make reading easy - unfortunately.
This is the relevant code:
</HEAD>
<BODY bgcolor="#FF9900" text="ffffff">
<table border=0...
Hello Dookie
Many thanks for your reply and my aplogies for the delay in getting back.
I have this:
<form name="welcome" method="post" action="welcome1.asp" onSubmit="return ValidateEmail(document.welcome.email.value)">
and I have taken your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.