|
-
Mar 7th, 2009, 08:35 AM
#1
Thread Starter
New Member
[2008] Webbrowser Submit help
I'm having a problem submiting
<input type="submit" value="Secure Login">
how can i submit by value"secure login" . is it possible?
I have tried something like this:
WebBrowser1.Document.Forms.GetElementsByName("input").Item("Secure Login").InvokeMember("click")
and all the variations with it and no luck
Last edited by Dzilll; Mar 7th, 2009 at 08:58 AM.
-
Mar 7th, 2009, 09:00 AM
#2
Re: [2008] Webbrowser Submit help
What is the form action on the form that this button belongs to?
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
|