posted 23 years ago
What is the action on the form? Is it a mailto:? If so, that can cause problems and IE will give you that warning. I have seen some browsers do some other funny things when you use a mailto: as the form's action. I would go away from that and try something different like JMail or SendMail, or CDONTS. That way it doesn't even involve your mail client, it uses the server to send the mail. Then you can have the action go to a page that does the send, and then on that page, if the mail was sent, you can pop-up a thank-you page, and have that page, redirect the parent to the home like you wanted. JMail is a nice little tool that I have used before to do something like that.