home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / docs / samples / feedback.stm < prev    next >
Encoding:
Text File  |  2002-01-13  |  1.3 KB  |  45 lines

  1. <RC$title = Contact Us>
  2. <RC$navurl = /samples/index.stm>
  3. <RC$navname = Samples>
  4. <RCinclude /header.stm>
  5. <BR>
  6. <FONT SIZE=5><B>Contact Us</B></FONT>
  7. <P>
  8. I couldn't resist.  As a sample feedback form, I have composed this
  9. short message for Microsoft.  For this form to work, you must
  10. configure the SMTP Server for the mail server of your ISP.
  11. <P>
  12. <FORM ACTION="thanks.stm" METHOD=POST>
  13. <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH=500>
  14. <TR>
  15. <TD ALIGN=right>Recipient: </TD>
  16. <TD><INPUT TYPE="text" NAME="recipient" VALUE="www@microsoft.com" SIZE=40 MAXLENGTH=40></TD>
  17. </TR>
  18. <TR>
  19. <TD ALIGN=right>Your Email: </TD>
  20. <TD><INPUT TYPE="text" NAME="email" VALUE="" SIZE=40 MAXLENGTH=40></TD>
  21. </TR>
  22. <TR>
  23. <TD ALIGN=right>Subject: </TD>
  24. <TD><INPUT TYPE="text" NAME="subject" VALUE="Security please!!!" SIZE=40 MAXLENGTH=40></TD>
  25. </TR>
  26. <TR>
  27. <TD Valign=top ALIGN=right>Message: </TD>
  28. <TD><TEXTAREA NAME="message" ROWS=6 COLS=50>
  29. I'd really like to continue using the Windows server platform for my
  30. Sambar Server, but PLEASE improve your server security.  If the pace
  31. of bug reports continues unabated, I may have to move to Linux.
  32.  
  33. Many thanks!
  34. </TEXTAREA></TD>
  35. </TR>
  36. <TR>
  37. <TD></TD>
  38. <TD><INPUT TYPE=submit VALUE="Submit"></TD>
  39. </TR>
  40. </TABLE>
  41. </FORM>
  42. <BR>
  43.  
  44. <RCinclude /footer.stm>
  45.