10-11-2012, 05:59 PM
(This post was last modified: 10-11-2012, 06:12 PM by yogesh kancherla.)
Thanks a lot harish. got some idea.
one query,
in our result report which is html file, if i have 3 tables and now i open the file with append mode(which u said) the cursor will be at the end of the last line of the last table right!.. then if i want to update value in second table how to move cursor to second table..can we assign id's to tables and its elements while creating itself?
If yes can u give me some sample code to give id's to table, coulmn,row
Thanks for your input. it helped me a lot.
One query,
In my html file i have 3 tables, if i open html file in append mode then the cursor will be at the end of the last line of last table. how to update values into the second(middle) table cells? can we define table,row,column,cell with id's? if yes can u plz send me the sample code?
one query,
in our result report which is html file, if i have 3 tables and now i open the file with append mode(which u said) the cursor will be at the end of the last line of the last table right!.. then if i want to update value in second table how to move cursor to second table..can we assign id's to tables and its elements while creating itself?
If yes can u give me some sample code to give id's to table, coulmn,row
Thanks for your input. it helped me a lot.
One query,
In my html file i have 3 tables, if i open html file in append mode then the cursor will be at the end of the last line of last table. how to update values into the second(middle) table cells? can we define table,row,column,cell with id's? if yes can u plz send me the sample code?