I have some technical question about Lotus Domino Designer7. It is about the arguments of “ViewPreviousPage” and “ViewNextPage”. The arguments of @DbCommand(“Domino”;“ViewNextPage”) was useful and perfect for my web. But after i add in Item Menu which built by javascript, this @DbCommand(“Domino”,“ViewNextPage”) was not works anymore. May I know why this happen?
Subject: @DbCommand
Since you haven’t posted any code, we can only guess.
My guess is that you broke the “ViewNextPage” with your JavaScript. Look at the HTML of the web page. Remove your JavaScript menu, and look at the HTML again. Look at what is different.
/Peter