I suppose you could initially define the submit button as disabled in the HTML, then enable it via an onload attribute in the body tag. This would, however, make the button unusable if the user has JavaScript enabled, but then it sounds like such a user would find the form unusable anyway?
PS: Always validate the form in your server-side form-handling script regardless of any JavaScript validation, as a malicious user can easily bypass/ignore any JavaScript.