BenP
Newbie
Posts: 1
Registered: 5/13/2003
Member Is Offline
|
| posted on 5/13/2003 at 04:52 PM |
|
|
2 sets of menu in the same page
I use ASP with template and I do want to include 2 set of menu in the same page with include files (header1.asp and header2.asp)
As soon as I include the second page, the first menu is not workink properly anymore. It returns error with null (this.item... can't be null) .
I did copy the item and tpl files and rename the VAR and it still doesn't work!
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/14/2003 at 09:29 AM |
|
|
You can find multiple menus demo in the product distribution package. Try configuring your page as HTML first and then when you're sure
everything is fine migrate to ASP and includes.
|
|
|