|
-
Nov 10th, 2008, 01:55 PM
#1
Thread Starter
New Member
[2005]Click submit button without ID tag.
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|