Rank: Member Groups: Member
Joined: 1/2/2009 Posts: 12
|
I have a nav control that is included in both a script in the root folder and one of the roots sub folders. I have added a base tag but the NavigateUrl seems to ignore the base tag?
Is there a way to have the same control in two different folders or will I have to create two versions?
<eo:MenuItem Text-Html="Home" NavigateUrl="Ihome.aspx?blob=HCAHome"></eo:MenuItem>
Thanks
John
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The menu uses window.open to open the target Url, which does not recognizes base element. If you wish it to recongize base element, you can set menu item Html to contain an HTML link. That should automatically picks up your base tag. There are some extra work involved to customize the appearance of the links, though.
Thanks!
|