Can this be achieved in any way with show_menu2?
1. Create anchor on Page A pointing to "here" on page B
<a href="PageB.html#Here">Go to Here on Page B</a>
2. Place a named anchor on PageB.html
<a name="here">Here</a>
I thought I could concatenate #pageAnchor somehow to the [url].
Any help appreciated.
Regards
That's a built-in feature of WB (at least version 2.8.2, I don't know about other versions).
Create a "page" of type Menu Link, and link that to the wanted page and anchor.
To place an anchor make an (internal) link first, save the page and then edit the link by adding #anchor to it. Save again.