![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/07/2007, 01:11
|
![Avatar de sirguy](http://static.forosdelweb.com/customavatars/avatar152683_2.gif) | | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 4 meses Puntos: 12 | |
Re: quitar comentario Yo uso esto:
var theMenu = new ContextMenu();
theMenu.hideBuiltInItems();
_root.menu = theMenu;
var item1 = new ContextMenuItem("Copyright Chanante © 2007", musgo);
theMenu.customItems.push(item1);
function musgo (obj, menuItem){ //Definimos la función
getURL("mailto:tumail")
} |