Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~3K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for fatihunal

Should not call .document twice which will take you back to body tag of the HTML. Here is a piece of code which works on my app [CODE] 'VB.net Syntax but you will know what to do WebBrowser1.Document.GetElementsByTagName("select").GetElementsByName("gender").Item(0).GetElementsByTagName("option").Item(1).SetAttribute("selected", "true")[/CODE] Zero based index item 0 = female item 1 = male …

Member Avatar for PccenTR
0
3K

The End.