Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/01/2002, 18:58
concepto
 
Fecha de Ingreso: diciembre-2001
Mensajes: 38
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: ayudenme , quien tiene este menu o su codigo



// Submenú 1
cc1_1=new Menu("cc1_1","<b>aqui el titulo del enlace¡¡¡¡¡¡</b>","estilo.html");
cc1_2=new Menu("cc1_2","PAV Servers & Desktops","/com/pgvi/deskserv/deskserv.asp");
cc1_3=new Menu("cc1_3","PAV Exchange Server","/com/pgvi/exchange/exchange.asp");
cc1_4=new Menu("cc1_4","PAV Exchange 2000","/com/pgvi/exchange2000/exchange2000.asp");
cc1_5=new Menu("cc1_5","PAV Notes/Domino Server","/com/pgvi/notes/notes.asp");
cc1_6=new Menu("cc1_6","PAV Firewalls","/com/pgvi/firewalls/firewalls.asp");
cc1_7=new Menu("cc1_7","PAV MS Proxy Server","/com/pgvi/proxy/proxy.asp");
cc1_8=new Menu("cc1_8"," Invent","/com/invent/invent.asp");
cc1_9=new Menu("cc1_9","Beta Program","/beta/beta-com.asp");

Menum1=new Array (cc1_1,cc1_2,cc1_3,cc1_4,cc1_5,cc1_6,cc1_7,cc1_8,c c1_9);
cc1.addChilds(Menum1);

// Submenú 2
cc2_1=new Menu("cc2_1"," Antivirus Platinum","/com/platinum/platinum.asp");
cc2_2=new Menu("cc2_2"," Antivirus Linux","/com/linux/linux.asp");
cc2_3=new Menu("cc2_3","Security","/com/security/security_usr.asp");
cc2_4=new Menu("cc2_4"," Antivirus Titanium","javascript:Lanzar('http://www.ososoftware.com/titanium')");
Menum2=new Array (cc2_1,cc2_2,cc2_3,cc2_4);
cc2.addChilds(Menum2);

// Submenú 4
cc4_1=new Menu("cc4_1","Updates","/com/updates.asp");
cc4_2=new Menu("cc4_2","News Flash","/flash/flashcom.asp");
cc4_3=new Menu("cc4_3","Online Registration","http://service.software.com/rol/indexrol.html");
cc4_4=new Menu("cc4_4","Recall Username/Password","http://service.asoftware.es/servlet/Internet.EntradaDatosInternet?operacion=CorreoROL& amp;idioma=2");
Menum4=new Array (cc4_1,cc4_2,cc4_3,cc4_4);
cc4.addChilds(Menum4);