Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

RosyGripp

menu tree - tipo windows explorer - preciso de ajuda

Recommended Posts

Boa noite! há um bom tempo, trabalhando na genealogia de minha família, encontrei este script que adaptei à nossa arvore,

e ela funcionou tranquilamente até um tempinho atrás, mas agora as abas não abrem mais, e nada funciona, procurei no site 

mas a página dá erro. gostaria que me ajudasse a arrumar isso, se for possível.

 

<html>

<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Balthazar GRIEB</title>
<meta name="Microsoft Border" content="t, default">

<style>
<!--
#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url('fold.gif')}
#foldinglist{list-style-image:url('list.gif')}
//-->
</style>


<script language="JavaScript1.2">
<!--

//Smart Folding Menu tree- By Dynamic Drive (rewritten 03/03/02)
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

var head="display:''"
img1=new Image()
img1.src="fold.gif"
img2=new Image()
img2.src="open.gif"


var ns6=document.getElementById&&!document.all
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1

function checkcontained(e){
var iscontained=0
cur=ns6? e.target : event.srcElement
i=0
if (cur.id=="foldheader")
iscontained=1
else
while (ns6&&cur.parentNode||(ie4&&cur.parentElement)){
if (cur.id=="foldheader"||cur.id=="foldinglist"){
iscontained=(cur.id=="foldheader")? 1 : 0
break
}
cur=ns6? cur.parentNode : cur.parentElement
}

if (iscontained){
var foldercontent=ns6? cur.nextSibling.nextSibling : cur.all.tags("UL")[0]
if (foldercontent.style.display=="none"){
foldercontent.style.display=""
cur.style.listStyleImage="url(open.gif)"
}
else{
foldercontent.style.display="none"
cur.style.listStyleImage="url(fold.gif)"
}
}
}

if (ie4||ns6)
document.onclick=checkcontained

//-->
</script> 


</head>

<body link="#00FFFF">

   

 


<font size="2" color="black" face="Verdana">

        <li id="foldheader">
        <font color="#0000FF">nome - geração 1</font>
        </li>
        <img border="0"  src="dtnascim.gif" width="23" height="16">01 Dez 1827- Nova Friburgo-RJ 
        <img border="0" src="batismo.JPG" width="29" height="23">31 Ago 1828 
            <img border="0" src="dataorbi.GIF" width="11" height="15">03 Jun 1844 - Amparo 
            <img border="0" src="dtcasam.jpg" width="20" height="14">? - Nova Friburgo-RJ
              <img border="0" src="conjuge.jpg" width="20" height="18">nome esposa 
              <img border="0"  src="dtnascim.gif" width="23" height="16">14 Out 1815 
        <img border="0" src="dataorbi.GIF" width="11" height="15"> 1878 - Amparo
       
       
        
                 <ul id="foldinglist" style="display:none" style=&amp;{head}>
               <li>
                    <font color="#009900">nome filho 1 - geração 2 </font>
                    </li>
                    <img border="0"  src="dtnascim.gif" width="23" height="16">01 Jun 1844
            <img border="0" src="dataorbi.GIF" width="11" height="15">?
                  <img border="0" src="dtcasam.jpg" width="20" height="14"> Nova Friburgo-RJ
                  <img border="0" src="conjuge.jpg" width="20" height="18">nome esposa
                        </font>

 
               <li>
                    <font color="#009900">nome filho 2 -geração 2 </font>
                    </li>
                    <img border="0"  src="dtnascim.gif" width="23" height="16">1863
            <img border="0" src="dataorbi.GIF" width="11" height="15">?
                  <img border="0" src="dtcasam.jpg" width="20" height="14">1869 - São José do Ribeirão-RJ
                  <img border="0" src="conjuge.jpg" width="20" height="18">nome esposa</font>

 
           </ul>
        </body>
        </html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.