home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13g.zip / SAMPMBOX.SHT < prev    next >
Text File  |  1997-11-15  |  2KB  |  56 lines

  1. <html>
  2. <head>
  3. <meta name="description" content="This demonstrates the use of
  4. SRE-http's message boxes.">
  5.  
  6. <title>Send a Message to an SRE-http Message Box</title>
  7. </head>
  8.  
  9. <body>
  10. <H2> Leave a message in a message box</H2>
  11.  
  12. This is a sample of how to use an SRE-http "message box".  After
  13. submitting a message (it will go to the SAMPLE2 message box), you
  14. can view it (and other messages) by invoking a url of 
  15. <a href="/ASKMESSBOX?SRE-http+message+box+selector"> http://.../ASKMESSBOX? </a>
  16. <br>
  17.  
  18. <FORM ACTION="/message" METHOD="POST">
  19.  
  20. Please enter your name...
  21.  
  22. <INPUT TYPE="text" NAME="name"  VALUE=" "  SIZE=25 MAXLENGTH=50>
  23.  
  24. <input type="hidden" name="message_box" value="samples2">
  25. <!-- Uncomment this for custom respons file
  26. input type="hidden" name="response_file" value="sampresp.htm"
  27. -->
  28.  
  29. <P>
  30. and your e-mail address (or phone)
  31. <INPUT TYPE="text" NAME="email"  VALUE=" "  SIZE=25 MAXLENGTH=50>
  32.  
  33. <P>
  34. <EM> And is this  page </EM>
  35. <INPUT TYPE=RADIO NAME="quality" VALUE="bad">Not so good
  36. <INPUT TYPE=RADIO NAME="quality" VALUE="ok">Tolerable
  37. <INPUT TYPE=RADIO NAME="quality" VALUE="good">A happening place!
  38. <INPUT TYPE=RADIO NAME="quality" VALUE="noanswer">Nothing to write home about
  39. <p>Enter subject: <INPUT TYPE="text" NAME="subject"  SIZE=40 MAXLENGTH=40>
  40.  
  41. <P>
  42. Enter your message:
  43. <TEXTAREA NAME="contents" ROWS=6 COLS=60> </TEXTAREA>
  44.  
  45.  
  46. <INPUT TYPE="submit" VALUE="Send ">  
  47. <INPUT TYPE="reset" VALUE="reset">
  48.  </FORM>
  49.  
  50. </body>
  51. </html>
  52.  
  53.  
  54.  
  55.  
  56.