Hi,

I think that this is not possible using HTML or JavaScript.
An alternative solution would be to have in all table cells
textfields with names like cell11, cell12 etc. and values set to
values read from database.
Like this the row content can be editable.
It is possible to disable some textfields that shouldn't be editable.
Of course that you will need another serlvet that will update the database
after submitting.

p.s. Maybe is there a better way but this is the only one that came in my
mind.
Maybe other minds ...:)

Best wishes,
                    Andras.





----- Original Message -----
From: Sandy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 23, 1999 10:36 PM
Subject: Doubt in HTML


> Hi all,
> Using Servlet and JDBC we are displaying all rows in a table format. If
the
> table row is clicked that row content should be displayed in a textfield
so
> that it can be used for updation or deletion. Is that possible. In HTML
how
> to get the row [column] content in a table.
>
> Thanks
> SR
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to