Am trying out menus. I set page property to close menu and desplayed text on click, BUT, if I put a hyperlink on that piece of text, when I click I want to open a new window rather than just close the text. What am I missing here please?
Graphical menu, with event that shows a layer. The layer contains a text box. Some of the text is hyperlinked. I set page properties to close layer on click. Net result is that when try and click on hyperlink, the text closes before the hyperlink works. If I take the close layer on click off the page, what would be the best way to close that text? Adding close command to all the other menu buttons? (the close event on the page seems a standard way of doing it and wanted to keep that if could)