I am able to create webpages using some off the shelf creation software, but I need specific code that will allow my viewers to send the page they are viewing as e-mail. Is there a site that will have some predefined html code for these types of specific purposes?
What you need is a CGI program on the server your page is on. You can write html code to access the program but the program has to be there already.
Most free web hosting sites already have a selection of CGI scripts you can use, as well as samples of the HTML you need to access them. For example, if you use Angelfire/Lycos, go to http://www.angelfire.lycos.com/build/scriptlib/index.tmpl to see what I’m talking about. A free site probably won’t have exactly the script you describe, but they have other scripts that can send data to various sources so there might be something that can accomplish what you want.
If your page is on your own server then you’ll have to upload your own CGI script, which you can probably get for free somewhere.