home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head><title>Entering data from a single line text input </title></head>
- <body>
- <h1>Depress the ENTER key to submit your name to our list</h1>
- Please register your name using the following window.
- <form action="/cgi-bin/first.cgi">
- <input type=text name="enter" SIZE=20 Maxlenth=30 value="Eric Herrmann">
- </form>
- </body>
- </html>
-
-