|
-
Oct 21st, 2000, 06:17 PM
#1
Thread Starter
Fanatic Member
This question is off topic but it is important to my progra developemnt!
I have an html form at http://www.internettrash.com/users/ezcash/Login2.html
This form e-mails the fields to my e-mail using DigiWeb.com 's cgi-bin/FormRobot . Since digiweb's new updates, their form robot doesn't work any more. I Was hoping that someone can give me any suggestions to how i can replace the use of this form. (My program enters text into the two fields on the html form and submits the form. Just thought you'd like to know!)
Visual Basic 6.0
Visual C++ 5
Delphi 5

-
Oct 21st, 2000, 06:37 PM
#2
Hyperactive Member
i know this isnt an answer to your question but how does your program detect that the user is at that html form and how does it enter text into the seperate text boxes?
-
Oct 21st, 2000, 06:53 PM
#3
Member
HAVocINCARNATE29 - I was wondering the exact same thing! I was just actually going to post something like that...VIP3R...mind sharing? Either through e-mail, [email protected], or right here...thanx
-
Oct 21st, 2000, 06:54 PM
#4
Thread Starter
Fanatic Member
When The user clicks a button a timer is activated to check if the is done. If it is, then I use the following command:
WebBroser.Document.FormName.UserName.Value = "WhatEver"
Visual Basic 6.0
Visual C++ 5
Delphi 5

-
Oct 21st, 2000, 07:10 PM
#5
Member
-
Oct 21st, 2000, 08:06 PM
#6
Thread Starter
Fanatic Member
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
|