|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
<html> <head> <title>Soupermail Guestbook</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body> <h1>Soupermail Guestbook</h1> <form method="post" action="/cgi-bin/soupermail.pl"> <input type="hidden" name="SoupermailConf" value="guestbook.con"> Your name: <input type="text" name="name" size="20"><br> Your email: <input type="text" name="Email" size="40"><br> Leave a message:<br> <textarea name="message" rows="10" cols="45" wrap="virtual"></textarea><p> Send confirmation email? <input type="checkbox" name="confirm" value="yes"><br> Clear old guestbook entries? <input type="checkbox" name="clearold" value="yes"><p> <input type="submit" value="Submit"> </form> </body> </html>