Monday, March 26, 2012

Main menu item does not go to url

the menu
Home
Products
Hardware
Software
Services
Training
Consulting
Supportcan be created from:
<siteMap>
<siteMapNode title="Home" url="~/default.aspx">
<siteMapNode title="Products" url="~/Products.aspx">
<siteMapNode title="Hardware" url="~/Hardware.aspx" />
<siteMapNode title="Software" url="~/Software.aspx" />
</siteMapNode>
<siteMapNode title="Services" url="~/Services.aspx">
<siteMapNode title="Training" url="~/Training.aspx" />
<siteMapNode title="Consulting" url="~/Consulting.aspx" />
<siteMapNode title="Support" url="~/Support.aspx" />
</siteMapNode>
</siteMapNode>
</siteMap>Suppose I want the above except that clicking Products does not
have any effect.That is the user must select hardware or Software but not
Products.I've tried removing the url and also tried url="" but those remove
Products from the menu.Do you know how to do that?
thanksOn Jul 1, 9:12 pm, " active" <activeNOS...@.a-znet.com> wrote:
> the menu
> Home
> Products
> Hardware
> Software
> Services
> Training
> Consulting
> Supportcan be created from:
> <siteMap>
> <siteMapNode title="Home" url="~/default.aspx">
> <siteMapNode title="Products" url="~/Products.aspx">
> <siteMapNode title="Hardware" url="~/Hardware.aspx" />
> <siteMapNode title="Software" url="~/Software.aspx" />
> </siteMapNode>
> <siteMapNode title="Services" url="~/Services.aspx">
> <siteMapNode title="Training" url="~/Training.aspx" />
> <siteMapNode title="Consulting" url="~/Consulting.aspx" />
> <siteMapNode title="Support" url="~/Support.aspx" />
> </siteMapNode>
> </siteMapNode>
> </siteMap>Suppose I want the above except that clicking Products does not
> have any effect.That is the user must select hardware or Software but not
> Products.I've tried removing the url and also tried url="" but those remov
e
> Products from the menu.Do you know how to do that?
> thanks
I think, it always has to be with a link
"Alexey Smirnov" <alexey.smirnov@.gmail.com> wrote in message
news:1183321408.110896.161410@.k79g2000hse.googlegroups.com...
> On Jul 1, 9:12 pm, " active" <activeNOS...@.a-znet.com> wrote:
> I think, it always has to be with a link
>
Not like Windows where you can click File, for example, and you then get a
chance to click a menu item.
Thanks for the info

0 comments:

Post a Comment