Results 1 to 23 of 23

Thread: [RESOLVED] Log in to Lockerz.com programmaticaly

Threaded View

  1. #10
    Addicted Member
    Join Date
    Feb 2008
    Location
    XP & Vista
    Posts
    181

    Re: Log in to Lockerz.com programmaticaly

    Quote Originally Posted by HvK ToXiC View Post
    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.
    _____________________________________________
    Regrads,
    kpmsivachand

    Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead;
    Walk beside me, and just be my friend.

    Need Reviews: 1. PDF Split, PDF Merge, PDF Encrypt, PDF Decrypt and PDF Watermark

    Need Reviews: 2. Folder Locker | Lock Folder | File Locker | Locker | Encrryption | Encrypt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width