-
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!)
-
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?
-
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
-
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"
-
-