Welcome Guest Search | Active Topics | Sign In | Register

My MenuItem control ignores my base tag Options
John
Posted: Sunday, February 15, 2009 9:48:23 AM
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
eo_support
Posted: Sunday, February 15, 2009 12:22:47 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
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!



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.