index | search | no replies | posting guidelines | help login | register
Index » General » Site & Forum Feedback
search this forum:
:: Ajax TreeView (ASP) : how to open the tree default ::    show all messagesPost a New Message | Post a Reply
Aug 22 2012, 1:06 PM
 Re: Ajax TreeView (ASP) : how to open the tree ...Post a Reply
 NZBilisim

View this author's profile Send this author a private message Visit author's homepage

since: Aug 22, 2012
from: TR, Turkiye, Yalova

Hi...

solution of the problem...

demo.asp

        <script>
            window.onload = function(){
                buildTree('<%=Request('id')%>','TreeView1');
            }
        </script>


scripts.js

function buildTree(menuidno,id){
    if (!began){
        loading = document.getElementById("Loading")
        document.getElementById(id).style.display = 'none';
        began = true;
    }
    loadItems(menuidno,id)
}



Pages: (1)   [1]

search this forum: