[
 (define-input text1 text2 submit)
 (define (value obj)
  (if (null? obj)
      "NULL"
      (brl-string ]"[(brl-html-escape obj)]"[ )))
]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Form submission</title>
  </head>

  <body>
    <h1>Form submission</h1>


<pre>
text1=[(value text1)]
text2=[(value text2)]
submit=[(value submit)]
</pre>

<form>
Try the difference between pressing Enter and clicking Submit.<br>
<input type="text" name="text1" value="value1">
<input type="text" name="text2" value="value2">
<input type="submit" name="submit" value="Submit">
</form>

<!-- Created: Tue May 11 15:14:29 EDT 2004 -->
<hr>
<p>
   <a href="[(brl-source-link brl-context)]">View Source</a></p>
  </body>
</html>