You just make a form, then add input boxes to it in html to collect the name and e-mail address. Then, if you know a little scripting, use javascript, php, or whatever language you prefer (or know) and you could a) write the data to a database, b) write the data to a text file, or c) have it e-mail you the name and e-mail address every time someone submits it.