Intro to HTML - 0151

Menu Back Next
HTML Tags! - How to notify past visitors your Web Page has Changed


Keeping in Touch with Past Visitors
Have visitors register to be notified when your Web page has changed.

Enter your e-mail address to receive e-mail when this page is updated.

Your Internet e-mail address:


Sample Code to make this:
<form method="GET"
action="http://www.netmind.com/cgi-bin/uncgi/url-mind">
<p>Enter your e-mail address to receive e-mail when this page is updated.</p>
<p>Your Internet e-mail address:
<br><input type=text size=60 name="required-email"><br>
<input type=hidden value="sconsig.htm" name=url>
<input type=submit value="Register to receive e-mail when this page is updated. ">
</form>

PS. I now use www.changedetection.com to do my notifications to registered visitors when my pages change or are updated.