Results 1 to 4 of 4

Thread: help to hit button

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2008
    Posts
    24

    help to hit button

    how can i hit button Finished

    here is for expln project

    http://www.geocities.com/angel.girl96/accounbutton.zip

  2. #2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: help to hit button

    Quote Originally Posted by angel.girl
    how can i hit button Finished
    Click it with your mouse although I suspect that isn't what you are looking for
    Quote Originally Posted by RhinoBull
    Instead of attaching your project requirements can you explain what you need?
    In as much detail as possible please.

  4. #4
    Fanatic Member
    Join Date
    Jun 2006
    Posts
    615

    Re: help to hit button

    Well, I'll admit it.

    I was stupid enough to download her project (although I did scan it with my friendly http://virusscan.jotti.org/)

    and this is her code on her project:
    Code:
    Private Sub Command1_Click()
    l.Document.All.login.Value = Text1.Text
    l.Document.All.passwd.Value = Text2.Text
    l.Document.All(".save").Click
    End Sub
    
    Private Sub Command2_Click()
    l.Document.Forms(0).Submit
    End Sub
    
    Private Sub Form_Load()
    l.Navigate ("https://edit.india.yahoo.com/config/edit_account?.child=&.src=ym&.scrumb=i1YPh.j6046&.done=https%3a//edit.india.yahoo.com/config/eval_profile%3f.done=http%3a//in.mc946.mail.yahoo.com%252fmc%252fshowFolder%253ffid%253dSent%2526.rand%253d19931921%26.src=ym%26.intl=in%26.scrumb=i1YPh.j6046")
    End Sub
    I believe she wants to click the 'Finish' submit button on this page after login was a success. I think she wants us to fix the following code
    Code:
    l.Document.Forms(0).Submit
    from the command2 click event that didn't seem to work when the button 'Finish' was in view.

    Her account information is posted on her project that she posted above:
    Username: angel.girl96
    Password: 123456
    If ive helped, RATE my post.

    If your thread is solved, and you got your answer, mark this thread Resolved.

    There is no other forum like VBFORUMS.

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