Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/06/2006, 10:15
venommdt
 
Fecha de Ingreso: septiembre-2005
Mensajes: 20
Antigüedad: 18 años, 7 meses
Puntos: 0
No hace falta poner '/www/contac.php', simplemente pones
on (release) {
getURL('contac.php', '_parent');
}

Fijate si funciona de la siguiste manera, en el frame en que esta el boton pone lo siguiente:

boton.onRelease = function(){
getURL('contac.php', '_parent');
}