Submit button stopped working!

I have a web form that has a button which, when clicked, calls a submit routine:

function doSubmit(){

document.forms[0].submit();

return true;

there is also a $$return field linking to a comfirmation page.

This all worked perfectly until today. As far as I know nothing has changed but now when the “submit your form” button is clicked it brings up a page that is blank accept for the characters " () " at the top left of the page.

I also tried putting the JS “document.forms[0].submit();” directly in the buttons web-javascript. Same thing.

Any ideas?? I’m sure it’s simple but I can not figuire out what is happening.

Subject: submit button stopped working!

If this is a Designer form (i.e., if _doClick() and the _Click field are created in HTML) then use a Formula Language hotspot and save yourself a lot of grief.

Subject: RE: submit button stopped working!

I tried using:@Command([FileSave]);

@Command([CloseWindow])

in a hotspot. Same thing. Blank page is displayed with " () " in upper left corner.

Subject: RE: submit button stopped working!

Then it’s got to be your $$Return field, the URL that $$Return points to, or an Input Validation formula on one of the fields.