#!/bin/ksh
echo Content-Type: text/html
echo
echo \<title\>Forms support test server\</title\>\<body\>
echo This script executed at `date`, on receipt of the form you sent.
echo The form included the following arguments:\<hr\>\<dl\>"
echo $kk
echo $first
echo $name
echo $NAME
echo Parameters to this routine are $1
echo \</dl\>\<hr\>
echo \</body\>
