Refresh Java View Applet Without Reloading Page
If you read your mail over the web sometimes, you may find it annoying to
reload the whole page including the Java applet from the server. Especially
with slow connections, this takes some time. To refresh the applet without
loading the page again, open the ($Inbox) folder of your mail file or template
in Designer and add a new action "Refresh", in the settings for the actions,
hide it from Notes. Choose Javascript for the action and enter the following
code:
document.applets.view.refresh()
document.applets.view.refresh()