I'm using ExtJS on a registration page which should have no effect on this.
<form name="registerform" id="registerform" method="POST" action="registerProcess.php">
I have that form and the javascript
document.registerform.submit()
will not submit the form.... any ideas?