Had same problem before, On entering the date of the user why dont you parse it to the correct format? i know Acccess prefares its on date object when evaluating.
Well spotted but that was'nt the problem.. my settings page was not locatable...
I do however have another query, how does one create a html formatted mail? I have mailFormat = 0 MIME
Strange one this...
I'm using cdonts
Function sendMail(fromName, from, rcpt, subject, body)
Set mail = Server.CreateObject ("CDONTS.NewMail")
mail.BodyFormat = 1
mail.MailFormat = 0
on error resume next
mail.Send from, rcpt, subject, body
end if
if err <> 0 then...
I'm using a second level security on my site and considering to use Session vars.. are there any issues regarding security with session variables?
krieghof
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.