home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / NINET / ALML303D.ZIP / EXAMPLES / LISTMAN.HTM < prev    next >
Text File  |  1996-06-18  |  2KB  |  52 lines

  1.  
  2.  
  3. <CENTER><H2>Join Request</H2></CENTER>
  4. If you would like to join the ..list-name.. please enter your email address and
  5. press the button.  You will receive and email message confirming that you have
  6. been joined to the email list.
  7. <FORM ACTION="mailto:www-list@company.com" METHOD="post">
  8. <Input type="hidden" Name="action" value="join">
  9. <Input type="hidden" Name="listname" value="list-name">
  10. <INPUT NAME="email" SIZE=30> <INPUT TYPE="submit" VALUE="Join">
  11. </FORM>
  12.  
  13. <CENTER><H2>Digest Request</H2></CENTER>
  14. To change to a digest member of the list simply enter your email address and press
  15. the Join button.  A digest memeber will receive a single email message each day
  16. with the previous days messages.
  17. <FORM ACTION="mailto:www-list@company.com" METHOD="post">
  18. <Input type="hidden" Name="action" value="digest">
  19. <Input type="hidden" Name="listname" value="list-name">
  20. <INPUT NAME="email" SIZE=30> <INPUT TYPE="submit" VALUE="Digest">
  21. </FORM>
  22.  
  23. <CENTER><H2>Leave Request</H2></CENTER>
  24. To leave ..list-name.. simply enter your email address and press Leave.
  25. <FORM ACTION="mailto:www-list@company.com" METHOD="post">
  26. <Input type="hidden" Name="action" value="leave">
  27. <Input type="hidden" Name="listname" value="list-name">
  28. <INPUT NAME="email" SIZE=30> <INPUT TYPE="submit" VALUE="Leave">
  29. </FORM>
  30.  
  31. <CENTER><H2>Dir Request</H2></CENTER>
  32. The ..list-name.. has associated files and you may obtain a list of these by
  33. entering your email address and pressing the button below.
  34. <FORM ACTION="mailto:www-list@company.com" METHOD="post">
  35. <Input type="hidden" Name="action" value="dir">
  36. <Input type="hidden" Name="listname" value="list-name">
  37. <INPUT NAME="email" SIZE=30> <INPUT TYPE="submit" VALUE="Dir">
  38. </FORM>
  39.  
  40. <CENTER><H2>Get a file</H2></CENTER>
  41. To obtain one of the files from the ..list-name.. enter the name of file you would
  42. like and your email address and press Send.
  43. <FORM ACTION="mailto:www-list@company.com" METHOD="post">
  44. <Input type="hidden" Name="action" value="get">
  45. <Input type="hidden" Name="listname" value="list-name">
  46. <PRE>
  47. Filename: <input name="filename" size=30>
  48. Email to: <INPUT NAME="email" SIZE=30> <INPUT TYPE="submit" VALUE="Send">
  49. </PRE>
  50. </FORM>
  51.  
  52.