I have a $$ViewTemplate which has the Next & Previous buttons using @DbCommand("Domino";"ViewNextPage") & @DbCommand("Domino";"ViewPreviousPage").
When accessed via IE9 and Google Chrome this producing some very strange results.
1. In the All documents view click on NEXT -- returns next batch of documents in the SAME window. OK.
2. Now click on PREVIOUS -- opens previous page in a NEW tab.
3. In the new Tab clicking on NEXT & PREVIOUS functions correctly in the New Tab.
I have the IE tab setting set to "Open links in current window" but still not functioning correctly. I have attempted to add @SetTargetFrame("_self); @DbCommand("Domino";"ViewNextPage") but this doesn't appear to resolve.
Does anyone have a way of ensuring the next page opens in the same window -- ie _self ??
Help . . . Murray