You can take that textbox form object and run a Replace against it:
<code>
Dim strTextboxReplace
strTextBoxReplace - Request.Form("textbox_name_here")
'below, the data in the text box is...
Type: Posts; User: EnterpriseArchitect; Keyword(s):
You can take that textbox form object and run a Replace against it:
<code>
Dim strTextboxReplace
strTextBoxReplace - Request.Form("textbox_name_here")
'below, the data in the text box is...