WinLIKE windows have their own history. You can determine whether a window shall display its history buttons or not. By default, the history buttons will be shown. You can hide them by insertig the following line in the window`s declaration routine:
<SCRIPT>
WinLIKE=new Object;
WinLIKE.errorpage='winlike/winman/hlp-error.html';
WinLIKE.definewindows=mydefs;
function mydefs()
{
var j=cW(...);
j.HD=false;
...
WinLIKE.addwindow(j);
}
</SCRIPT>