Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2009, 12:28
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 16 años, 10 meses
Puntos: 67
Respuesta: Formulario en flash y php?

Qué se supone que hace este onEnterFrame?:


Código:
this.onEnterFrame = function ()
{
txtfld1.onSetFocus = function ()
    {
        if (name1 == label_01) 
        {
            name1 = "";
        }
    }

......