DEAR GOKUL
now i'm in coimbatore, i tried your coding, but it was not working. please give the full coding and with one example.
pls revert back
abbas
Gokul E <gokul_blr@hotmail.com> wrote:
Hi,
Thank you, Where r u from,
Pls try with the followin commands, may be helpful
to get the value entered in the text box value
request.getParameter("NAME") && "NAME" name for the text box defined in
the
|||ly to send back to HTML page
response.setParameter("NAME") && "NAME" name for the text box defined in
the
More details I will send u further on reply,
Gokul
>From: Mohamed Abbas
>To:
gokul_blr@hotmail.com
>Subject: please help
>Date: Fri, 13 Aug 2004 04:16:11 -0700 (PDT)
>
>dear gokul
>
>i want one help from u, i was created one servlet and it was connected with
>database, what i want to u, i was created html page in that servlet. i
>going to take the value from html textbox and i use this text to database.
>but it was getting from the html.
>
>String str;
> out.println(" ");
>
> try
> {
> stmt.executeUpdate("insert into login values('"+str+"','testing')");
> }catch(Exception e){System.out.println("insert =>"+e);}
>
>
>reply soon
>
>regards
>
>abbas
>
>