Results 1 to 4 of 4

Thread: Autmatical fill common fields in WWW forms

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Posts
    117
    i need to know how to automatically fill common fields on forms on the web like Name, E-mail etc..

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    you need to explain more
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  3. #3
    New Member
    Join Date
    Aug 2000
    Posts
    8
    I think what he means is that when you go to a website (Let's say http://www.hotmail.com) the program will automatically fill in the username and password on the site. I believe Gator is one program that does this. Internet Explorer has this feature in its newer versions. I do not know how to do it, but I hope this helped clear up what he wanted.
    -Barcode (Admin/webmaster)
    http://nft.cjb.net
    Visual Studio 6.0 Enterprise SP4

  4. #4
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Talking

    Since I cheat get paid to surf companies alot and work against their stupid money making scams, I should know all this stuff. And you're in luck because I do. Let's say you want to make an account generator for ignifuge.com, well here's a code I made (For Educational Purposes!!!).

    There's only one problem, The Browser has to be on your form. Anyways, if you're making a program like that, then here's the code.

    code:
    -----------------------------------------------------------
    'The line below explains the code
    'BrowserName.Document.FormName.EditName.Value = "Text"

    WebBrowser1.Document.Form.Fname.Value = "Yoda"
    WebBrowser1.Document.Form.Lname.Value = "StarWars"
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


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