Dave,

>> $("#login")[0].submit();
>
>Unfortunately that doesn't work either. In firebug I get:
>$("#login")[0].submit is not a function
>
>I get the same error with
>document.login.submit();

The document.login.submit() would only work if you have a form tag w/the
"name" attribute of "login". 

What does document.getElementById("login").submit() do?

-Dan


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to