Javascript not working on web application

I have a problem with a database that is used over our intranet. Basically it has Web Access : Use Javascript when generating pages ticked, is using a Notes 6 Server. When submitting the form at the moment, nothing happens, i.e. you press save and close but nothing actually occours.Heres the coding behind the save and close button:-

REM “Can't use @isvalid on the web”;

@If(

@ClientType != “Notes”;

@Do(@Command([FileSave]); @Command([FileCloseWindow]));

@IsValid;

@Do(@Command([FileSave]); @Command([FileCloseWindow])); “”)

And here is the messsage generated in the HTTP log when I press this button (I beleive):-

Date: 30/07/2004 11:00:39

User Address: 169.4.78.71

Authenticated User: -

Status: 404

Content Length: 159

Content Type: text/html

Request: GET /domjava/netscape/javascript/JSObject.class HTTP/1.1

Browser Used: Mozilla/4.0 (compatible; MSIE 6.0; Win32)

Error:

Referring URL:

Server Address: uk-hawking

Elapse Time (ms): 0

Translated URI: f:/data/notes/domino/java/netscape/javascript/JSObject.class

Cookie:

Thing is, I am wondering if it’s not working because in the translated URI (whatever that is!) it says f:/data/notes/domino/java/netscape/javascript/JSObject.class - but we are using Internet Explorer not Netscape.

Any ideas anyone has on this one would be great - I’m completely flummoxed by it. Also it was definately working for some time - I suspect the server upgrade to LN 6 has caused this problem…

Subject: Try…

@If(@Command([FileSave]);@Command([FileCloseWindow]);“”)