tags:

views:

15

answers:

0

Dear Friends, Actually i want to retrieve value of a Input attribute 'id' from the source page [Right click on a Webpage->Select 'View Source'].For example - 'id' of PasswordBox . Right now I am able to retieve the values of attributes like- 'type','name','image' by using IID_IHTMLInputElement ->get_type/get_name..... But I am unable to retrieve value of 'id'.

I'm using VC++. Please any one help me out in this regard soon.

Thanks