Hi all,
I want to be able to simulate clicking on a Site Map element to display the HTML web resource that it's linked to.
I have called document.getElementById("blah").click() on the <li> element and the <a> element within it, and both error out with no support for that function.
What this would achieve is displaying a HTML web resource within the main page (like when you link the SiteMap to a URL), so opening a new window or dialog isn't really an option
Has anyone done this before, or know if I'm barking up the wrong tree?