Results 1 to 8 of 8

Thread: Input Info From browser?

  1. #1

    Thread Starter
    Member mlewis412's Avatar
    Join Date
    Oct 2005
    Posts
    39

    Input Info From browser?

    Ok so i havnt used vb since 3.0 back in the aol days, but i figured id come back and try out 6.0 (getting a heads up for school).. I figured to get my feet wet to make one of those myspace friend adders.

    I need to help with the whole submitting email thing for example



    Check out http://www.myspace.com to see the login screen as well
    Last edited by mlewis412; Oct 28th, 2005 at 01:25 AM.

  2. #2
    Frenzied Member
    Join Date
    May 2003
    Location
    Sydney
    Posts
    1,123

    Re: Input Info From browser?

    so what do u want to do? fill in the form and click the sign in button thru code?

  3. #3
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Input Info From browser?

    There is an email FAQ in the VB faq

  4. #4

    Thread Starter
    Member mlewis412's Avatar
    Join Date
    Oct 2005
    Posts
    39

    Re: Input Info From browser?

    i want it so when the user types in their email/password it will load it in the myspace webpage and log them in when they click sign in
    Last edited by mlewis412; Oct 28th, 2005 at 01:49 AM.

  5. #5
    Frenzied Member
    Join Date
    May 2003
    Location
    Sydney
    Posts
    1,123

    Re: Input Info From browser?

    use reference to ie. set ie's new navigation url to http://www.myspace.com/index.cfm?fuseaction=login.process&name=<put email here>&id=<put password here>

    hope it works

  6. #6

    Thread Starter
    Member mlewis412's Avatar
    Join Date
    Oct 2005
    Posts
    39

    Re: Input Info From browser?

    VB Code:
    1. Private Sub Command1_Click()
    2.  
    3.   brwWebBrowser.Navigate2 = "http://www.myspace.com/index.cfm?fuseaction=login.process&name=" & Text1.Text & "&id=" & Text2.Text
    4.  
    5.  
    6. End Sub

    I tried that and it didnt work.. any ideas?
    Last edited by mlewis412; Oct 28th, 2005 at 02:01 AM.

  7. #7
    Frenzied Member
    Join Date
    May 2003
    Location
    Sydney
    Posts
    1,123

    Re: Input Info From browser?

    what u need to do is figure out where the login button leads to. if u figure it out, u can do it. currently, i dont have an account there and i dont want to create one either. so if u figure it out, post the url here and i may be able to help u create a code to automate it.

  8. #8

    Thread Starter
    Member mlewis412's Avatar
    Join Date
    Oct 2005
    Posts
    39

    Re: Input Info From browser?

    OK say we skip that step then, the user would just login and yadi yadi ya..
    What happens if i would want to add a bunch of people to a list for example:

    http://www.myspace.com/index.cfm?fus...endID=32197655

    i would want the Start and Stop to replace the # 87843921 with the variable of lets just say 1-3000 members, and add all those members to a list.

    Last edited by mlewis412; Oct 28th, 2005 at 02:54 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
  •  



Click Here to Expand Forum to Full Width