HI
I am working on a project and I need to mail the contents of a form, I am using the mailto and building the cc?subject&content and that works fine, but the mail doesn't send. It opens up into a window, for now I am forcing that with window.location = "themailstring" because I wanted to verify the content, however, now that i feel good about the content, I don't want the user to have to click send. I want the mail to just go. what do I need to do to make that happen. I am using java script ..
thanks in advance
niblet