am trying to click an <a> link that dosen't have href
for example
html Code:
<a class="classname"> <div class="classname2"></div> <span class="span">spantext</span> </a>
how do i do this, this dosen't work?
vb Code:
webbrowser.Document.All("classname").Click




Reply With Quote