If you call the following JavaScript from the form, Domino will do a document refresh without saving the document first:
document.forms[0].__Click.value = '$Refresh'; document.forms[0].submit() ;
Note that you must have "Use Javascript when generating web pages" turned on in the DB Properties.