FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Link to another page in a drop down menu from another drop down list item

Feed 2 posts, 2 voices

Avatar
108 posts

Imagine i have two drop lists for example products & applications in my main menu.

I would like to link one of the menu items in my products drop down to an actual page in my applications drop down.

Its essentially the same page so i didnt want to duplicate it.
I intially thought about header location using php but this wouldnt work because its already passed the html tag.

Any ideas anyone?

 
Avatar
1493 posts

I intially thought about header location using php but this wouldnt work because its already passed the html tag.

Not if you set the Layout for the “dummy” page to -none- … maybe?

 
Avatar
108 posts

Cool, didnt think of that. Thanks mate.