Neo
Firstly you should be aware that there are two other threads dealing with this same problem. You may like to look at, "emailing forms page" and "submission form" on this HTML Forum. Perhaps this link will take you to the latter thread.
As far as I know you will need to involve some ASP or PHP. It can't be done using only HTML alone.
Secondly:
I don’t understand a single thing on this code. I always thought you have to use mailto: if u r using client side.
"mailto" is used to create links to email addresses. For example:
Code:
<a href="mailto:yourname@email.com">Send me an email</a>
their email composer an place "yourname@email.com" in the "To" field.
Lastly, I think you will find yourself with many more problems and much less support available if you insist on restricitng yourself to FrontPage.
Take a look at w3schools.com for guidance on good practice. There you can find a full referance to all HTML tags and how they should/can be used.
Bookmarks