DNN skin object [TREEVIEW]

A

Andrea

In DNN3.2 I changed default skin file "Horizontal Menu - Fixed Width.ascx"
adding:

<%@ Register TagPrefix="dnn" TagName="TREEVIEWMENU"
Src="~/Admin/Skins/TreeViewMenu.ascx" %>

and I changed the line from:

<TD class="leftpane" id="LeftPane" runat="server" valign="top"
align="center">
</TD>

to:

<TD class="leftpane" id="LeftPane" runat="server" valign="top"
align="center">
<dnn:TREEVIEWMENU runat="server" id="dnnTREEVIEWMENU" />
</TD>

It goes all well in my local host.

After to have uploaded file "Horizontal Menu - Fixed Width.ascx" in the
server
(that hosting my domain http://www.studio-virtuale.net )
I obtain a mistake from Internet Explorer (not from DNN) however it works
fine under Firefox browser.

This is most likely java script errors, isn't? How can I correct the
problem?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top