Glad you resolved it

Try SCRIPT with HTML FILE ..How can i do,i dont know this approach?will u pls Asiq.
I couldn't attach HTML file in this forum, that's y I had requested you to convert text file into HTML file. So that you are able to compare the code with this sample webpage to your web page. This is not new approach or method. I have just created a sample HTML file with DIV tag and I have retrieved the innertext of the DIV with below snippet.
Msgbox Browser("name:=QTP Codes").Page("title:=QTP Codes").Object.getElementsByTagName("DIV")(0).InnerText
Thanks,
Asiq