Prev: Reminder - Microsoft Responds to the Evolution of Community
Next: How to show underlined menu shortcut letters by default for acontext menu ?
From: pk jena on 22 Jun 2010 02:07 Dear Friends, Actually i want to retrieve "id" attribute's value from the source page [Right click on a Webpage->Select 'View Source'].For example - 'id' of PasswordBox . Right now i able to retieve the values of attributes like- 'type','name','image'. But i unable to retieve value of 'id'. I'm using VC++ .Please any one help me out in this regard soon Thankx
From: Pete Delgado on 22 Jun 2010 12:37
"pk jena" <pkj.help(a)gmail.com> wrote in message news:a6db89ca-1ad5-45f2-a180-b377e949b63e(a)42g2000prb.googlegroups.com... > Dear Friends, > > Actually i want to retrieve "id" attribute's value from the source > page [Right click on a Webpage->Select 'View Source'].For example - > 'id' of PasswordBox . Right now i able to retieve the values of > attributes like- 'type','name','image'. But i unable to retieve value > of 'id'. > How exactly are you programmatically retriving the attributes? If you are able to access the DOM, it should be fairly easy to obtain the attribute values. Show your code... -Pete |