Jump to content
php.lv forumi
  • 0

Nestrada href ar scriptu


masq

Question

Js:

<script type="text/javascript">
       <!--
           function initNodes(){
           var uls = document.getElementsByTagName("ul");
           var i;
               for(i = 0; i < uls.length; i++)
                   if(uls[i].id != "root")
                       uls[i].style.display = "none";
           }

           function clickNode(id){
           var node = document.getElementById(id);
               if(node.style.display == "none")
                   node.style.display = "block";
               else
                   node.style.display = "none";
               return false;
           }
       -->
       </script>

 

Un kods kurā href nestrādā:

 

echo "<li><a href='index.php?id=ieled' onclick=\"return clickNode('r1n1')\">Iebūvējamie Ledusskapji</a>";

 

Problema visas apakšopcijas viņš atver citās lapās bet galveno never.

 

Apskatīt http://83.99.202.213/cmsss/

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Nu tgd problēma ,ka viņš nesaglabā atvērtu tree, tur laikam kautkas vēl būs jaraksta klāt ne?

 

Ā, sorry, pārpratu jautājumu :D

 

Tur gribi lai ir tā, ka atver koku, pārej uz citu sadaļu, bet koka struktūra paliek iepriekšējā?

 

Ja gribi saglabāt koka struktūru(ar javascript), tad visdrīzāk jāglabā stāvokli cookies, un katru reizi kad ielādējas lapa, jāizpilda funkcija, kas atver koku līdz attiecīgajam stāvoklim.

 

Protams, to sākotnējā stāvokļa parādīšanu var veikt arī servera daļā...

Edited by briedis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...