problem in filling form on web
hello
I'm trying to fill form of signing up new account in gmail
it works good if I fill the 2 password fields by myself
but when I fill those fields by code like this:
Code:
wb1.document.getElementsByname("Passwd").Item(0).Value = MyPass
wb1.document.getElementsByname("PasswdAgain").Item(0).Value = MyPass
the fields are filled ok but when I submit the form I've got an error in the browser "In order to sign up for a Google Account, you need to have Javascript enabled in your browser"
I think that when the fields are been filling by keyboard, there is a script code that generate but I didn't find that script code
any help please?
Re: problem in filling form on web
Even if you can solve this, won't there be a captcha later in the process that will force you to do it manually anyway?
Re: problem in filling form on web
Sorry but this is something that we not going to assist in...
Its against the AUP.
Quote:
You will not use these Posting Features for the purposes of sharing or distributing viruses, licenses, registration information, software keys, "cracks," or other information designed to do harm to or allow unlawful access to any computer hardware, software, networks, or any other systems.
Which includes automated registration to systems....
Re: problem in filling form on web
It is not automation because there is a captcha limitation
I just want to know how to do it because I have the same problem in my bank site and it is in other language and I used gmail to learn from that
Re: problem in filling form on web
Quote:
Originally Posted by
yossi321
but when I fill those fields by code like this:
Quote:
Originally Posted by
yossi321
It is not automation because there is a captcha limitation
BUT:
Quote:
Originally Posted by
yossi321
..... when I fill those fields by code like this: ......
This IS Automation.....
Quote:
Originally Posted by
yossi321
I just want to know how to do it because I have the same problem in my bank site and it is in other language and I used gmail to learn from that
Bank Site, is an EVEN BIGGER concern... Sorry but NO..
IT's Still against the AUP (Acceptable Usage Policy) of this site...
Re: problem in filling form on web
It is for logging to my bank site and not for open account
It is not possible to open an account at the bank site via the internet
I registered by teller
I have the username and password to the bank
I just want to make an app to log in my account without typing those fields