home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself CGI Programming with Perl in a Week / CGIPROGRAMMINGPERL.iso / booksrc / 04cgil04.cgi < prev    next >
Encoding:
Text File  |  1995-12-08  |  348 b   |  12 lines

  1. <html>
  2. <head><title>Entering data from a single line text input </title></head>
  3. <body>
  4. <h1>Depress the ENTER key to submit your name to our list</h1>
  5. Please register your name using the following window.
  6. <form action="/cgi-bin/first.cgi">
  7. <input type=text name="enter" SIZE=20 Maxlenth=30 value="Eric Herrmann">
  8. </form>
  9. </body>
  10. </html>
  11.  
  12.