Thanks Chris,
Very good idea to use POST instead of an GET.
Do you know where i can get a good example of a way to change the formfields on the fly and store them in session variables?
Can someone tell me or give me an example how to preserve spamming my database.
I want to make an possibility to Subribe to an newsletter on my website.
The procedure is now:
You have to fill in your name and email adres on a form.
When they submit, they get an email message to confirm their...
Can someone tells me what kind of features are posible when i connect an Avaya system with an MD110 via QSIG Tie line.
I this only calling and CLI or can i use for example callback when busy?
Thanks in advance
I had thought about that too, but the problem with that is :
Let say SMD = 10-september-2003 then the result of month gives me september.
Today it is 11-december-2004 so a compare with that and datediff("m", now, rsCommon("SMD"))-3 gives me true. But it was in the year 2003 and not 2004 so it...
There is no error. It wont give me any result while
i put a few testitems in the database with a date between now and 3-4 months ago.
In the code i check if the SMD(date) is between 3 months and 6 months ago.
This statement above doesn't give me an response while it should be.
No i need the AND.
I do a query on a database, and want to do the following with the recordset.
do something if data = between 2 weeks and 3 months ago
do something if data = between 3 months and 6 months ago
do something if data = between 6 months and 1 year ago
do something if data = between...
I have the following problem:
This is my statement and rsCommon("SMD") is an date.
if DateDiff("m", now, rsCommon("SMD")) >= -3 and DateDiff("m", now, rsCommon("SMD")) <= -6 then
Response.write("<tr>") & vbCrLF
Response.write("<td>" & rsCommon("username") & "</td>") & vbCrLF...
Change the line :
objNewMail.To = Request.Form("txtClientEmail")
to
objNewMail.To = Request.Form("txtClientEmail") & ";youraccount@yourcompany.com"
make youraccount@yourcompany.com your email adres. On this way you get an copy of the mail. :-)
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.