|
-
Aug 26th, 2000, 01:58 PM
#1
Thread Starter
Lively Member
i need to know how to automatically fill common fields on forms on the web like Name, E-mail etc..
-
Aug 26th, 2000, 07:20 PM
#2
Fanatic Member
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Aug 28th, 2000, 12:41 AM
#3
New Member
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.
-
Aug 28th, 2000, 08:51 PM
#4
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|