I'm creating an ASP 2.0 (C#) page using the new TreeView Control. Some of my links should open in a new window for better navigation. However, the HTML coding doesn't seem to create a new window. Is there a special way to make it work?
Dawn
Code:
<siteMapNode url="PFFOFF/search.asp" [red]target="_blank"[/red] title="Search" description="Search Policies and Procedures" />
Dawn