Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<iframe name="MainFrame" id="MainFrame" src="home.aspx" height="800" width="100%" frameborder="0" style="background:white; margin-top:20px;  position:relative; z-index:auto; white-space:nowrap;"></iframe>


<a href="#">Active</a>
                <ul id="mnuActive" class="submenu">
                    <li><a href="#" onclick="load_menu_link('../home/');" >My page</a></li>


function load_menu_link(url) {
               window.frames['MainFrame'].location.replace(url);
           }


What I have tried:

I have tried touchend and display:none
Posted
Updated 15-Jun-24 18:09pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900