Hi! I readed this very useful post:
http://www.vbforums.com/showthread.php?t=416275
I searched and i couldn´t find it. So I ask:
Like in www.scour.com, the submit button hasn´t got any "id" tag, so I can´t click it by:
[CODE=vb]DirectCast(GetCurrentWebForm.item("*****", 0), mshtml.HTMLButtonElement).click()[/CODE]
and if I use:
[CODE=vb]GetCurrentWebForm.submit()[/CODE]
when i clicked a "Fill & Submit" button, the field became empty.
Thanks in advance!


:
Reply With Quote
