©Mike Moxcey 1999

secondform.pl code piece

print <<EOM;
<form><kbd> User Name: <INPUT ... Email Adr: ...
<TEXTAREA ... problem</TEXTAREA><p>
Priority <select name="priority">
EOM
&sql($sql_login,@get_pri);
print '</select> Software <select name="software">';
&sql($sql_login,@get_sw);
print <<EOM;
</select><P> Closed? <INPUT ...
<input type=submit value="Insert">
<input type=reset value="Clear Form">
</form>
EOM


home next