version 1.2, 2000/10/03 19:05:17
|
version 1.3, 2000/11/13 18:15:54
|
Line 53 ENDSTART
|
Line 53 ENDSTART
|
$r->print(<<ENDFORM); |
$r->print(<<ENDFORM); |
<h2>Form</h2> |
<h2>Form</h2> |
<form action="$thisurl" method="post"> |
<form action="$thisurl" method="post"> |
<input name="$ENV{'form.request.prefix'}store" type=hidden value='yes'> |
<input name="store" type=hidden value='yes'> |
<input name="$ENV{'form.request.prefix'}top" type=text size=20> |
<input name="top" type=text size=20> |
<input name="$ENV{'form.request.prefix'}bottom" type=text size=20> |
<input name="bottom" type=text size=20> |
<input name="$ENV{'form.request.prefix'}submit" type=submit value="Yeah!"> |
<input name="submit" type=submit value="Yeah!"> |
</form> |
</form> |
ENDFORM |
ENDFORM |
|
|