Forum Moderators: open
Is there anyway to do it?
To specifically cache the menu locally, I would have thought you would need to include it just as you would a JS file and write out the menu using JS (into a DIV or something) when the page loads - the downside of this however, is that Search Engines won't spider your menu, which may not matter if the menu is only generated once a user has logged in... but perhaps more importantly, if JS is disabled in the browser then your menu won't show.
Can you include an HTML file with the OBJECT tag...?