hwg-techniques archives | Mar 2001 | new search | results | previous | next |
Re: Auto-tagging in a text boxby =?iso-8859-1?Q?St=E9phane?= Bergeron <stephberg(at)videotron.ca> |
|
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