|
You might be able to do that with javascript, but I don't know too much about javascript.
I know I could do it with perl provided you were ok with the login details being posted to the end of the URL, such as:
https:xx//email.secureserver.net/login.php?prog_id=GoDaddy&email=useremail@domain.c om&password=userpassword
I'm not sure how you could do it using a "post" method, though, even with using a serverside language (perl,php,etc) unless you used a javascript onload:submit, but I think that is frowned upon.
BTW, I am not saying I want to write this for you, I only am saying that I know I could send the login details with the domain attached to the end of the username as requested. You could probably go to a freelance website & hire a coder to do this for you pretty cheap. I wouldn't be nearly as cheap.
You should also take into consideration that Godaddy may take some preventative measures against people creating their own user login form, but that's something you would find out once you've built a working form.
|