Re: Auto-tagging in a text box

by =?iso-8859-1?Q?St=E9phane?= Bergeron <stephberg(at)videotron.ca>

 Date:  Mon, 12 Mar 2001 22:55:33 -0500
 To:  hwg-techniques(at)hwg.org
 References:  CRYNT40SRV
  todo: View Thread, Original
At 08:26 PM 12/03/01 -0500, you wrote:
>This would be far simpler simply to do serverside with VBScript.
>
>Just use the response object:
>
>strText =3D response.form("text_box_name")
>strText =3D Date & " " & strText

That would be the Request object as in strText =3D=20
Request.Form("form_element_name") in case the form method was POST.  If it=
=20
was GET then the QueryString collection would be  used as in=20
Request.QueryString("whatever"). The short hand Request("name") is also=20
acceptable. The Response object sends data from the server to the client=20
like in Response.Write("Hello") or Response.Redirect "./" or even=20
Response.Cookies("cookie")("key") =3D somevalue

HTH!

St=E9phane Bergeron

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA