Hi, I'm using Dreamweaver MX 2004. I have a very simple pop-up form that sends the information as an e-mail back to me. When the User clicks submit, I'd like the window to close automatically. How do I add that into my code? As is, it looks like:
<form action="mailto:bren@test.org" method="post" enctype="text/plain" name="form1" target="_top">
(Then the body of the form, etc.)
<input type="submit" name="Submit" value="Submit">
Thanks,
Brenda
<form action="mailto:bren@test.org" method="post" enctype="text/plain" name="form1" target="_top">
(Then the body of the form, etc.)
<input type="submit" name="Submit" value="Submit">
Thanks,
Brenda