Forum: ASP Jun 22nd, 2009 |
| Replies: 2 Views: 1,211 Not sure what is wrong with your code but thought I could suggest a code to you which I use. Grabs all the information fine everytime:
If Request.Form.Count > 0 Then
Const cdoSendUsingMethod ... |
Forum: ASP Jun 20th, 2009 |
| Replies: 1 Views: 698 Hi, I built a form to send customer info and used some ASP I found on the internet so I'm quite new to it. I got it to send the info I want but I recieve an e-mail every time I navigate away from the... |