Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading an expanded ParentGroup

Status
Not open for further replies.

OsborneReynolds

Programmer
Jul 24, 2002
1
CA
Hey Guys,

I have been searching books and the internet for some time now attempting to find the function to display an expanded parentgroup on loading - is this even possible? Basically, when the webpage loads, I want on of the ParentGroups to appear already expanded for user convenience. There are several ParentGroups in the menu, but I want to have the "Search" one already expanded after user login. Here's the code for it:

<Menu>
<ParentGroup user-types=&quot; All &quot; value=&quot;...>
<ChildGroup user-types=&quot; All &quot; value=&quot;...>
<ChildGroup user-types=&quot; All &quot; value=&quot;...>
<ChildGroup user-types=&quot; All &quot; value=&quot;...>
</ParentGroup>
.
.
.
</menu>

I also have a *.asp file for this menu - but I dont think that the expand function gets implemented there (or does it???)

Thanks guys...

OR

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top