// textarea1_capture - capture the submitted text and display it 

#cgitextvar textinput

#set TITLE = "textarea1_capture"
#include top

<center>

<br>

Here's the text you submitted:<br>
<table cellpadding=5 border=1><tr bgcolor=FFFFFF><td>
<h3>

#showtext textinput evalvars addbr

</h3>
</td></tr></table>

<br>
<br>
<a href="?rtn=textarea1">Try again - blank slate</a> &nbsp; &nbsp;


