Detect page and querystrings
Detect page and querystrings
Is there any way to control how the menu detects a page from the current URL and querystring so that both /default.aspx?pid=3 and /default.aspx?pid=3&article=1 highlight the same menu option?
Not intrisically in the menu that I know of. Would love to hear of one ...
However, I do this by code in the file that builds the arrays--you can parse it there, and match up, say, menuIDs, then use something like (using old ASP syntax) this within the aI() call.
-Daniel
However, I do this by code in the file that builds the arrays--you can parse it there, and match up, say, menuIDs, then use something like (using old ASP syntax) this within the aI() call.
Code: Select all
<% if currentMenuID = MenuID %>onbgcolor=#FFFFFF;offbgcolor=#FFFFFF;etc. <% end if %>
DMLCo
Solving the Challenges Where People & Technology Meet
Featuring DMLContent Content Management System
http://www.dmlco.com/
Solving the Challenges Where People & Technology Meet
Featuring DMLContent Content Management System
http://www.dmlco.com/