| Hi,
I am trying to mirror a Notes DB and lots of stuff works. But some navigation
links like 'previous', 'next' , 'close' and so on dont work in the offline
version. They are translated as links but either have no effect (same content
after clicking) or show a blank page.
The source code of those links looks like this:
<div onClick="document.getElementById('viewnavprevbutton').click(); return
false;" onMouseOver="this.className='hover'"
onMouseOut="this.className=''"><img src="/DB.nsf/act_ViewPrevPage.gif"
/>Prev</div>
<div onClick="document.getElementById('viewnavnextbutton').click(); return
false;" onMouseOver="this.className='hover'"
onMouseOut="this.className=''"><img src="/DB.nsf/act_ViewNextPage.gif"
/>Next</div>
<div onClick="location.href='?OpenView&Start=1&Count=30&ExpandView'"
onMouseOver="this.className='hover'" onMouseOut="this.className=''"><img
src="/DB.nsf/act_ExpandAll.gif" />Expand</div>
<div onClick="location.href='?OpenView&Start=1&Count=30&CollapseView'"
onMouseOver="this.className='hover'" onMouseOut="this.className=''"><img
src="/DB.nsf/act_CollapseAll.gif" />Collapse</div>
I searched the forum, but did not find anything.
Any help much appreciated.
Thanks & regards,
Rolf | |