![]() |
Un menu como estos? Hola Alguien tiene idea de como hacer un menu como el que se encuentra en la pagina: http://www.proteccion.com.co/ Al dar clic este muestra mas opciones sin recargar la pagina. Gracias |
mmmm, yo diria que si vez el codigo fuente de la pagina es facil identificar, esta echo en Flash con JS, este es el js http://www.proteccion.com.co/portal/...cribirFlash.js y luego el codigo en la pagina: <!--Inicio Herramientas Inteligentes --> <!-- <h1><a href="#" onClick="OpenTransactionFlash('1');">TEST</a></h1> --> <SCRIPT LANGUAGE='JavaScript'> <!-- /* written by: Duberney López Piza * PRAGMA S.A */ function OpenTransactionFlash(id){ switch (id){ case "1": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/SelectoresMOAWEB/consultarPlanes.ctrl?opcion=DetalleDeCuentaInterne t"); break; case "2": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/SelectoresMOAWEB/consultarPlanes.ctrl?opcion=DetalleDeCuentaInterne t"); break; case "3": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/SelectoresMOAWEB/consultarPlanes.ctrl?opcion=recomposicionSA"); break; case "4": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/SelectoresMOAWEB/consultarPlanes.ctrl?opcion=DetalleDeCuentaInterne t"); break; case "5": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/servlet/co.com.proteccion.actualizaciondatos.servlet.Datos Personales&menu=0&zone=PV"); break; case "6": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.empleadores.bitacora.serv lets.InicioBitacora&wrapper=empleadores&menu=0&zon e=E"); break; case "7": optFlash("https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.pv.servlet.FramePaintNuev o?url=https://proteccion2.ssi-suramericana.com/servlet/co.com.pragma.proteccion.empleadores.bitacora.serv lets.InicioBitacora&wrapper=empleadores&menu=0&zon e=E"); break; } } function optFlash(strURL){ wChild = window.open(strURL,'PROTECCION', ' location=no, menubar=no, scrollbars=yes, status=yes, toolbar=no, resizable=yes, top=0, left=0, height=' + (screen.availHeight-50) + ', width=' + (screen.availWidth-10)); if(wChild== null ){ alert("Su Navegador está Bloqueando la ventana de Transacciones.\nConfigure la opción de Permitir Ventanas Emergentes para este sitio.") }else{ //history.back(); wChild.focus(); } } // !--> </SCRIPT> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="752" height="98"> <param name="movie" value="/portal/formas/177/cabPrincipal_03.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed src="/portal/formas/177/cabPrincipal_03.swf" width="752" height="98" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed> </object> <!--Fin Herramientas Inteligentes --> Ahhhh!... bueno imaginando que era por este menu el que preguntabas... http://www.proteccion.com.co/portal/...incipal_03.swf |
pfff, sorry ahora me di cuenta de que andas buscando pero bueno esta tambien dentro del codigo fuente. yo diria que de ahi lo puedes armar... <!-- Inicio Menu --> <SCRIPT LANGUAGE='JavaScript'> <!-- /* written by: Duberney López Piza * PRAGMA S.A */ //Nivel: 3 || Url = /portal/secciones/PROTPORTAL/HOME/HOMEAF/seccion_HTML.html function cargarEntregaLink(){ entregaLink("/portal/secciones/PROTPORTAL/HOME/HOMEAF/seccion_HTML.html"); } // !--> </SCRIPT> <SCRIPT LANGUAGE="JAVASCRIPT" SRC="/portal/secciones/PROTPORTAL/HERRAMIIENTAS1/M/MA/seccion_JS.js"></SCRIPT> <!-- Fin Menu --> |
este es el Js del menu... http://www.proteccion.com.co/portal/.../seccion_JS.js |
:pensando: Ok, te agredesco mucho, me pondre a mirar el code de ese menu |
Hola, yo desarrollé ese menú para Protección, esta basado en un Menu que se llama Treeview v4.3. Toda la información está en : treeview.net/treemenu/instructions.asp En algunos dias puedes visitar mi nuevo sitio YoQuieroIr.com Mi Blog Personal lo encuentras en: duberney.blogspot.com Duber. |
Lastimosamente el sistema no me deja colocar los links completos... |
| La zona horaria es GMT -6. Ahora son las 15:38. |
Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.