Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
93
Security Error: UltraWebMenu
posted

Hi All,

 I am using menu as following way in my code.

 

<ignav:UltraWebMenu ID="UltraWebMenu2" TabIndex="2" runat="server" 
                                    Cursor="Default"
                                   
                                    Font-Names="Verdana" Font-Size="8pt" Width="100%" BorderWidth="1px"
                                    WebMenuStyle="XPClient" BackColor="#AFC2E1" EnhancedRendering="True" TopItemSpacing="Compact" Section508Compliant="true" >

                                    <HoverItemStyle Cursor="Default" BorderWidth="1px" BorderColor="#93A070" BorderStyle="Solid"
                                        ForeColor="Black" BackColor="#c4cadc">
                                        <Margin Bottom="0px" Left="0px" Top="0px" Right="0px"></Margin>
                                    </HoverItemStyle>
                                    <SeparatorStyle BackColor="#AFC2E1" CustomRules="background-repeat:repeat-x; ">
                                    </SeparatorStyle>
                                    <Items>
                                        <ignav:Item Text="A1 / A2" AccessKey="h">
                                            <Items>
                                                <ignav:Item Text="A1" TargetUrl="~/test/a1.aspx" AccessKey="t">
                                                </ignav:Item>
                                                <ignav:Item Text="A2" TargetUrl="~/test/a2.aspx" AccessKey="d">
                                                </ignav:Item>
                                            </Items>
                                        </ignav:Item>
                                        <ignav:Item Text="B"  AccessKey="c" >
                                            <Items>
                                                <ignav:Item Text="B1" TargetUrl="~/BB/b1.aspx" AccessKey="u">
                                                </ignav:Item>
                                       <ignav:Item Text="B2" TargetUrl="~/BB/b2.aspx" AccessKey="r">
                                                </ignav:Item>
                                                <ignav:Item Text="B3" TargetUrl="~/BB/b3.aspx" AccessKey="n">
                                                </ignav:Item>
                                            </Items>
                                        </ignav:Item>
                                        <ignav:Item Text="Logout" AccessKey="l" TargetUrl="~/log.aspx">
                                        </ignav:Item>
                                    </Items>
                                    <ExpandEffects ShadowColor="Black" Type="Fade"></ExpandEffects>
                                    <TopSelectedStyle BorderWidth="1px" BorderColor="Black" BorderStyle="Solid" ForeColor="Black"
                                        BackColor="#c4cadc">
                                        <Margin Bottom="0px" Left="0px" Top="0px" Right="0px"></Margin>
                                    </TopSelectedStyle>
                                    <IslandStyle Cursor="Default" BorderWidth="1px" Font-Names="Verdana" BorderColor="Black"
                                        BorderStyle="Solid" BackColor="#AFC2E1">
                                    </IslandStyle>
                                    <DisabledStyle ForeColor="LightGray">
                                    </DisabledStyle>
                                    <MenuClientSideEvents ItemClick="UltraWebMenu1_ItemClick"></MenuClientSideEvents>
                                    <Styles>
                                        <ignav:Style Cursor="Default" BorderWidth="1px" Font-Size="8pt" Font-Names="Verdana"
                                            BorderColor="#93A070" BorderStyle="Solid" BackColor="#AFC2E1" CssClass="TopHover10">
                                        </ignav:Style>
                                        <ignav:Style BorderWidth="1px" Font-Size="8pt" Font-Names="Verdana" BorderColor="#DCD9AC"
                                            BorderStyle="Solid" ForeColor="Black" BackgroundImage="None" BackColor="#DCD9AC"
                                            CssClass="TopClass10">
                                        </ignav:Style>
                                    </Styles>
                                    <Levels>
                                        <ignav:Level LevelHoverClass="" LevelClass="" Index="0"></ignav:Level>
                                        <ignav:Level Index="1" LevelCheckBoxes="False"></ignav:Level>
                                        <ignav:Level Index="2" LevelCheckBoxes="False"></ignav:Level>
                                        <ignav:Level Index="3"></ignav:Level>
                                    </Levels>
                                    <ItemStyle Font-Size="8pt" ForeColor="Black" BackColor="#AFC2E1" >
                                        <Margin Bottom="1px" Left="1px" Top="1px" Right="1px"></Margin>
                                    </ItemStyle>
                                </ignav:UltraWebMenu>

 

Now my site is on SSL.

 

When I click on menu, I am getting a security error as shown below:

"This page contains both secure and nonsecure items. Do you want to display the nonsecure items?" 

 

How can I solve it.

 Quick help will be highly appreciated.

 

Thanks in advance

 

Regards,

Paresh Rathod 

Parents Reply Children
No Data