Apologies if this is not clear, I'm not 100% sure how to ask the question to start with.
On a web page there is a line that reads:
Now, if I open the web page up in web browser within my vb.net application.
How do I then detect whether the "attack_ale rt" is:
OR
Thanks James
On a web page there is a line that reads:
Code:
<div id="attack_alert" style="visibility:hidden;">
How do I then detect whether the "attack_ale rt" is:
Code:
1, <div id="attack_alert" style="visibility:visible;">
Code:
2, <div id="attack_alert" style="visibility:hidden;">
Comment