Results 1 to 20 of 20

Thread: Help With Coding Myspace

Threaded View

  1. #1

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    Help With Coding Myspace

    what do i have wrong here?

    Code:
    Dim i As Integer
    For i = 0 To List.ListCount - 1
    BrowSerA.Navigate2 "http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendId=" & List.List(i)
    Do Until BrowSerA.ReadyState = 4
    DoEvents
    Loop
    BrowSerA.Document.All("ctl00_ctl00_ctl00_cpMain_cpMain_cpfMainBody_AddFriendRequestButtons_btnAddToFriends").Click
    Do Until BrowSerA.ReadyState = 4
    DoEvents
    Loop
    Next
    Last edited by Charlie Stallings; Nov 11th, 2009 at 08:20 PM. Reason: wanted to edit title didnt fit message

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