Search:

Type: Posts; User: HowTo

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,537

    Re: HTML Parser using java script

    a couple of for loops did the job for me :)

    i was not aware of the innerHTML property; tat was the prob.

    thnx akhil for the help
  2. Replies
    5
    Views
    1,537

    Re: HTML Parser using java script

    It has solved 1 problem. Another problem is how to understand in a table where i have two columns for each row, how will i understand which <td> data is coming from which <tr> ? is there some...
  3. Replies
    5
    Views
    1,537

    [RESOLVED] HTML Parser using java script

    Hi all,

    The html document i want to parse have lots of <tr> and <td> element. Its something like this:



    <TABLE>
    <tr>
    <td>some data</td>
    </tr>
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width