odubhgaill
New member
- Joined
- Jun 15, 2009
- Messages
- 2
- Programming Experience
- 3-5
Hi,
I am using the Webbrowser control to pull data from a webpage.
The webpage contains DIV tags with style ="display: none;
I can get the DIV tag to open however instead of going to style ="display: inline; " it is first going to
style ="display: block; "
So when I read the document back from the webbrowser control I am getting the blocked DIV.
Is there a way to ensure that the webbrowser control waits for the DIV tag to be style ="display: inline; "?
I am using the Webbrowser control to pull data from a webpage.
The webpage contains DIV tags with style ="display: none;
I can get the DIV tag to open however instead of going to style ="display: inline; " it is first going to
style ="display: block; "
So when I read the document back from the webbrowser control I am getting the blocked DIV.
Is there a way to ensure that the webbrowser control waits for the DIV tag to be style ="display: inline; "?