what exactly are you trying to do, i don't think there is any way to
get the number of tds present unless you dynamically generate them and,
         To get the contents of the td alone there is no direct way you have
to use some roundabout way like in the html pages's submit call some
javascript which fills up some hidden value and also you have to have some
type associated with those tds otherwise how are you going to submit them.

May the Force be with you

> -----Original Message-----
> From: Ramesh, Kesav [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 3:10 PM
> To:   [EMAIL PROTECTED]
> Subject:      clarification please
>
> I have an html page. say a table element with 5 <tr> and each <tr> is
> having
> 10<td>'s
>
> First of all is it possible to know the number of <tr> or <td> elements in
> html.
>
> Then through my servlet i want to retrieve only the contents of the <td>
> alone. Is it possible?
>
>
>
> Regards
>
> Ramesh Kesavanarayanan
>
> Electronic Data Systems
> Steeple Reach,
> 25, Cathedral Road,
>
>   91-44-811 3801 to 15 ext :2186
>   91-44-233 0380 (res)
>  [EMAIL PROTECTED]
>  [EMAIL PROTECTED]
>
> __________________________________________________________________________
> _
> 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