Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/07/2007, 08:40
Avatar de Mahalo
Mahalo
 
Fecha de Ingreso: julio-2004
Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 19 años, 9 meses
Puntos: 12
Re: menu flash en pagina html

Prueba así, sin definir la variable como String:
Código:
on (release) {
	var HTML = "<a href=\"http://www.forosdelweb.com\">MyLink</a>";
	getURL("javascript:void(alert('"+HTML+"'))");
}
Saludos!