|
-
Jun 28th, 2007, 12:08 PM
#11
New Member
Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control
Hi,
I am a newbie on VB, using VS2005.
How do I use InvokeMember if the button does not have a name?
html - <input id="uploadButton" type="submit" value="Upload Video">
code - wb.Document.Forms("uploadVideoFileForm").InvokeMember("submit") - nothing happens
wb.Document.Forms("uploadVideoFileForm").InvokeMember(????)
what do i do? or is there a basic way to go around with this.
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
|