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:
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"Code:wb1.document.getElementsByname("Passwd").Item(0).Value = MyPass wb1.document.getElementsByname("PasswdAgain").Item(0).Value = MyPass
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?




Reply With Quote