<HTML>
<TITLE>Remindo</TITLE>
<body bgcolor="#9999cc" text="#000000" link="#0000ff" vlink="#ff0000">
<CENTER><h2>Reminder</h2>
<P>
<!--#exec cmd="./remind.pl"-->
</CENTER>
<P>
Need a regular reminder not to park your car on the street on the 3rd thursday
of the month? Fill out the form below to send yourself email as a reminder.
For example if you need to reminded to go to a meeting that happens on the
1st and 3rd Friday of every month, check the 1st week and 3rd week boxes, and
the Friday box, add your email address, and a subject and message if you like
and you'll get an email message from the reminder-bot telling you to go
to the meeting.
<P>
<FORM METHOD="POST" action="http://www.pangloss.com/seidel/Remind/remind.cgi">
Which week of the month?<P>
<input type="checkbox" name="week1" unchecked>1st week <br>
<input type="checkbox" name="week2" unchecked>2nd week <br>
<input type="checkbox" name="week3" unchecked>3rd week <br>
<input type="checkbox" name="week4" unchecked>4th week
<P>

Day of the week:
<input type="radio" name="dow" value="0">Sunday
<input type="radio" name="dow" value="1">Monday
<input type="radio" name="dow" value="2">Tuesday
<input type="radio" name="dow" value="3">Wednesday
<input type="radio" name="dow" value="4">Thursday
<input type="radio" name="dow" value="5">Friday
<input type="radio" name="dow" value="6">Saturday
<P>
email address: <input type="text" name="email" size=30,1><br>
Subject: &nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="subject" size=30,1><p>
Message to yourself:<br>
<textarea name="mesg" cols=40 rows=3>
</textarea>
<P>
<input type="submit" value="submit">
<input type="reset" value="clear">
</FORM>


</HTML>