Main menu item does not go to url

A

active

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?


thanks
 
G

Guest

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?

thanks

I think, it always has to be with a link
 
A

active

Anon User said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top