>for one, *never* use the submit() method to submit a form where there isn't >also a regular submit button for non-js users to use. My js submit would not work until I took out the regular form submit - so how do I get around this? Lez