|
-
Dec 18th, 2009, 12:18 AM
#10
Addicted Member
Re: Log in to Lockerz.com programmaticaly
 Originally Posted by HvK ToXiC
Sorry to double post but i believe the submit button is javascript and as it says in this bit of code:
Code:
For Each curElement As HtmlElement In theElementCollection
If curElement.GetAttribute("value").Equals("Log in") Then
curElement.InvokeMember("submit")
'Javascript has a click method for we need to invoke on the current submit button element.
End If
Next
End Sub
There is a different method for using javascript submitting. Does anyone know how to do that? I think that is my problem
The above code which provide works for "Login" is button, But in your case its image! So you need to invoke either image click or direct link in your program to set a cookie! I dont have account so i can't test it!
Last edited by kpmsivachand; Dec 18th, 2009 at 12:24 AM.
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
|