Club Delphi  
    Paypal   FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Otros entornos y lenguajes > PHP
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

 
 
Herramientas Buscar en Tema Desplegado
  #3  
Antiguo 17-06-2007
reevil reevil is offline
Miembro
 
Registrado: abr 2006
Posts: 179
Poder: 21
reevil Va por buen camino
Código:
<script type="text/javascript" language="Javascript">
<!--
var lastmenu;

function switchmenu(id)
{
        menu=findObj('menu'+lastmenu);
        if (menu) menu.style.background="";
        lastmenu=id;

        menu=findObj('menu'+id);
        var subnav=findObj('snav');

        if (id==0)
        {
                subnav.innerHTML='<li><a href="index.php?ac=1000">[Users Home]</a></li><li><a href="index.php?ac=1100">[Developers Home]</a></li><li><a href="index.php?ac=1500">[Contributors Home]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="0px";
        }
        else if (id==1)
        {
                subnav.innerHTML='<li><a href="index.php?ac=7">[About VCL for PHP]</a></li><li><a href="index.php?ac=8">[About Delphi for PHP]</a></li><li><a href="index.php?ac=9">[About qadram software]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="70px";
        }
        else if (id==2)
        {
                subnav.innerHTML='<li><a href="index.php?ac=1600">[Latest News]</a></li><li><a href="index.php?ac=1200">[Blog]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="145px";
        }
        else if (id==3)
        {
                subnav.innerHTML='<li><a href="index.php?ac=1800">[GUI samples]</a></li><li><a href="index.php?ac=2000">[Data samples]</a></li><li><a href="index.php?ac=1900">[Full Applications]</a></li><li><a href="index.php?ac=16">[Screencasts]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="215px";
        }
        else if (id==4)
        {
                subnav.innerHTML='<li><a href="vcldoc/index.html">[Class Reference]</a></li><li><a href="vcldoc/vcldoc.tar.gz">[Download Class Reference]</a></li><li><a href="index.php?ac=1400">[Wiki]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="305px";
        }
        else if (id==5)
        {
                subnav.innerHTML='<li><a href="index.php?ac=1300">[Forums]</a></li><li><a href="index.php?ac=10">[Mailing Lists]</a></li><li><a href="https://sourceforge.net/tracker/?group_id=189419&atid=929250">[Bug Tracking]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="305px";
        }
        else if (id==6)
        {
                subnav.innerHTML='<li><a href="http://prdownloads.sourceforge.net/vcl4php/vcl_for_php_1_0.tar.gz?download">[Latest stable release]</a></li><li><a href="index.php?ac=2100">[Daily Builds]</a></li><li><a href="index.php">[Other releases]</a></li><li><a href="index.php">[Tools]</a></li>';
                subnav.style.position="relative";
                subnav.style.left="220px";
        }
        else
        {
                subnav.innerHTML='';
        }

        menu.style.background="#4F9EC9";
        subnav.style.width="460px";

}
-->
</script>
lamento decirles que no hay de otra mas que utilizar javascrip, ese es el codigo utilizado en esa pagina
Responder Con Cita
 



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
valoracion de delphi4php s_n PHP 13 18-06-2007 16:28:19
Shortcuts Delphi4php chechelopez PHP 0 12-06-2007 21:38:52
Que tipo de Menu puedo hacer? Antuan Varios 6 18-07-2005 19:44:35
Menu Tipo Windows niogon Varios 1 21-09-2004 09:26:51
menu tipo xp ronimaxh Varios 2 05-08-2003 02:20:20


La franja horaria es GMT +2. Ahora son las 14:33:57.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi