Checkboxes and forms

I am making a form using front page since this webpage is going to be stored remotely so there will be no asp, php, ect. My question is, my forms is made up of 10 check boxes and everytime a user clicks on a check box I want that checkbox information to be email to me. So basically the checkbox is being used as a submit button.

You are going to need some kind of server side interaction to process an email request. If you are using a windows server it is very easy to send emails by way of storing variables. I know of no way to do it without a server side transaction of some sort.