Results 1 to 8 of 8

Thread: Input Info From browser?

Hybrid View

  1. #1
    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

  2. #2

    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.

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