This tip will allow you to insert an anchor "top" above the action bar.
Code
In your form, insert a link anchor with this code :
<a href="#top">GO TO THE TOP</a>
And in the "HTML Attribut" properties of the form insert :
"><a name='top'".
and the code generate by Notes will be :
<BODY TEXT="000000" BGCOLOR="849ECE" ><a name='top'>.....
If you want to insert some HTML properties at the Body tag you must insert it before the ">" character :
"onload='init' ...><a name='top'"