Foros del Web » Programando para Internet » Javascript »

necesito ayuda con script

Estas en el tema de necesito ayuda con script en el foro de Javascript en Foros del Web. necesito encontrar un script de menú colapsable o un menú tree gracias...
  #1 (permalink)  
Antiguo 30/04/2002, 16:53
 
Fecha de Ingreso: abril-2002
Mensajes: 1
Antigüedad: 22 años
Puntos: 0
necesito ayuda con script

necesito encontrar un script de menú colapsable o un menú tree

gracias
  #2 (permalink)  
Antiguo 30/04/2002, 18:50
Avatar de adex  
Fecha de Ingreso: marzo-2002
Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: necesito ayuda con script

un forero dijo por ahi...
Cita:
como dijo Jack el destripador, vamos por partes...
<html>

<head>
<title>Tu Site :::: Adex ::::</title>
<style>
<!--
a.nav:link { font-family: Verdana,Arial,San Serif; font-size: 10px; text-decoration: none }
a.nav:visited { font-family: Verdana,Arial,San Serif; font-size: 10px; text-decoration: none }
a.nav:active { font-family: Verdana,Arial,San Serif; font-size: 10px; text-decoration: none }
a.nav:hover { font-family: Verdana,Arial,San Serif; font-size: 10px; text-decoration: none; color: #FF0000 }
.HEADING { cursor: hand; font-family: Verdana,Arial,San Serif; font-size: 12px; color: #FFFFFF;
background-color: #0000FF; font-weight: none;
border: 1 solid #000000 }
.LINKSOFF { display: none; font-family: Verdana,Arial,San Serif; font-size: 12px; color: #000080 }
.LINKSON { display: inline; font-family: Verdana,Arial,San Serif; font-size: 12px; color: #000080 }
-->
</style>
</head>
<Script Language="VBscript">
// Copyright 2001 Stephen Hayes [por favor no borrar esto -Adex-]
<!--
Option Explicit
DIM menuID,menuObj,cellBk
SUB ShowHide(menuID)
menuObj = "Link" & menuID
cellbk = "Head" & menuID
// CHECK IF OPEN
if document.all.item(menuObj).className = "LINKSON" then 'IF MENU OPEN THEN CLOSE
document.all.item(menuObj).className = "LINKSOFF"
document.all.item(cellBk).style.backgroundColor = "#0000FF" ' SET CELL BACKGROUND COLOUR BLUE
ELSE
document.all.item(menuObj).className = "LINKSON" ' OPEN MENU
document.all.item(cellBk).style.backgroundColor = "#C00000" ' SET CELL BACKGROUND COLOUR RED
END IF
END SUB
-->
</Script>
[.... sigue ....]
  #3 (permalink)  
Antiguo 30/04/2002, 18:50
Avatar de adex  
Fecha de Ingreso: marzo-2002
Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: necesito ayuda con script

<body>
<table>
<td ID="head0" ALIGN="center" width="113" height="15" CLASS="HEADING" ONCLICK="ShowHide(0)">Button1</td>
</tr>
<tr>
<td ALIGN="left" bgcolor="#FFFFCC">
<!-- Menu 1 -->
<div ID="Link0" CLASS="LINKSOFF">
<a CLASS="nav" href="http://www.use05.edu.pe"><b>PlanMagic</b></a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/businessplan.html">Business plan</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/marketingplanning.html">Marketing plan</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/finance.html">Financial plan</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/webquest.html">Web marketing</a><br>
</div>
</td>
</tr>
<tr>
<td ID="head1" ALIGN="center" CLASS="HEADING" ONCLICK="ShowHide(1)">Button2</td>
</tr>
<tr>
<td ALIGN="left" bgcolor="#FFFFCC">
<!-- Menu 2 -->
<div ID="Link1" CLASS="LINKSOFF">
<a CLASS="nav" href="http://www.use05.edu.pe"><b>WebQuest Pro</b></a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/mdesign.htm">Design</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/mmarketing.htm">Marketing</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/msuccess.htm">Success</a><br>
</div>
</td>
</tr>
<tr>
<td ID="head2" ALIGN="center" CLASS="HEADING" ONCLICK="ShowHide(2)">Button3</td>
</tr>
<tr>
<td ALIGN="left" bgcolor="#FFFFCC">
  #4 (permalink)  
Antiguo 30/04/2002, 18:51
Avatar de adex  
Fecha de Ingreso: marzo-2002
Ubicación: Lima, Perú, América Latina
Mensajes: 445
Antigüedad: 22 años, 1 mes
Puntos: 0
Re: necesito ayuda con script

<!-- Menu 3 -->
<div ID="Link2" CLASS="LINKSOFF">
<a CLASS="nav" href="http://www.use05.edu.pe"><b>SimplytheBest&l t;/b></a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/shareware.html">Shareware</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/affiliates/">Affiliates</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/shop/">Shopping</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/music/">Music</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/info/">Info library</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/hosting/">Hosting</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/search/search.html">Metasearch</a><br>
</div>
</td>
</tr>
<tr>
<td ID="head3" ALIGN="center" CLASS="HEADING" ONCLICK="ShowHide(3)">Button4</td>
</tr>
<tr>
<td ALIGN="left" bgcolor="#FFFFCC">
<!-- Menu 4 -->
<div ID="Link3" CLASS="LINKSOFF">
<a CLASS="nav" href="http://www.use05.edu.pe/"><b>Script library</b></a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/dhtml/">DHTML scripts</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/javascripts/">JavaScripts</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/vbscripts/">VBscripts</a><br>
<a CLASS="nav" href="http://www.use05.edu.pe/cgiscripts/">CGI scripts</a><br>
</div>
</td>
</tr>
<tr>
<td ALIGN="left"><!-- REPEAT ABOVE TABLES WITH ID=4 --></td>
</tr>
</table>
</body>

</html>
::::::::::::::::::::::::::::::::::
espero que te ayude,
- saludos -
  #5 (permalink)  
Antiguo 30/04/2002, 19:58
CSC
 
Fecha de Ingreso: septiembre-2001
Mensajes: 529
Antigüedad: 22 años, 7 meses
Puntos: 0
Re: necesito ayuda con script

puedes ir a javascript.internet.com

adious

<a href="http://www.cannabis-social-club.cjb.net">Cannabisssssss!!!!!!! - _!/_</a>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:58.