Just getting my head around the menu bar, which I'd like to use as the basic page navigation for a resource I'm building.
Trying to get the scripting right, so that if a user clicks on a menu bar item, the right page is loaded
e.g.
if e_101 then
Page.Jump("Notes 1 Enterprise - Introduction");
elseif e_102 then
Page.Jump("Notes 1 Enterprise - Examples");
end
When I preview the page, the menu bar items don't jump to those two pages.
Can anyone see what I'm doing wrong?
Jim

Reply With Quote