astradamasta
Registered Member
- Nov 24, 2008
- 56
- 8
i have been programming in vb6 for about 4 years. i'm changing over to vb 2008. I'm trying to extract user names from my webbrowser...i have been trying to use the getelementbyid and i havent had any success..here is a part of the html code:
href="/user/Justin" >Justin</a></span></div>
href="/user/Shannon" >Shannon</a></span></div>
href="/user/Jessica" >Jessica</a></span></div>
href="/user/Johnny" >johnny</a></span></div>
how could i extract these usernames?? i want to extract justin, shannon, jessica, and johnny. thanks in advance
href="/user/Justin" >Justin</a></span></div>
href="/user/Shannon" >Shannon</a></span></div>
href="/user/Jessica" >Jessica</a></span></div>
href="/user/Johnny" >johnny</a></span></div>
how could i extract these usernames?? i want to extract justin, shannon, jessica, and johnny. thanks in advance