HTTrack Website Copier
Free software offline browser - FORUM
Subject: Notes DB from Domino Server with Problems
Author: Rolf Teschke
Date: 10/30/2008 16:17
 
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
 
Reply


All articles

Subject Author Date
Notes DB from Domino Server with Problems

10/30/2008 16:17
Re: Notes DB from Domino Server with Problems

10/30/2008 17:28




6

Created with FORUM 2.0.11