Default Selected Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
voodzzz
Beginner
Beginner
Posts: 3
Joined: Wed Oct 04, 2006 8:28 pm

Default Selected Menu

Post by voodzzz »

First of all this is a great product. Anyway, just wanna ask how to set the default selected menu, for example, Im implementing the amazon tab menu, i want the initial button on home page to be selected showing its sub contents, is there any parameter for setting the default selected button?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Start at http://milonic.com/itemproperties.php and check out pagematch= . The other 6 pagexxx= items just above that one might help you as well.
John
voodzzz
Beginner
Beginner
Posts: 3
Joined: Wed Oct 04, 2006 8:28 pm

Thanks

Post by voodzzz »

Thanks for the quick advice. Anyway, I tried the pagematch property but still the same. My menu is inside an IFRAME, I tried implementing the code below but still not working, help pls..

Code: Select all

    aI("text=HOME;url=default.aspx;pagematch=default.aspx;target=_main");
Post Reply