Quote from
lesanch on March 5, 2020, 4:19 am
Hi,
i'm trying to get the value from [Data] variable after click on boton send form but i can't. I need to manipulate the response if it's OK or NOT. i'm using: exito,(data,status) and fallo,(data,status)
Example:
GetObjectHTML "Container1" [Data]
If [Data] === "Autenticado"
GotoPage "crea_user_pag"
SetVar [user_connect] [usuario]
EndIf
i have try with this to: GetObjectHTML "Container1" [Data]
but with no results.
What could be wrong ?
Regards,
Sam
Hi,
i'm trying to get the value from [Data] variable after click on boton send form but i can't. I need to manipulate the response if it's OK or NOT. i'm using: exito,(data,status) and fallo,(data,status)
Example:
GetObjectHTML "Container1" [Data]
If [Data] === "Autenticado"
GotoPage "crea_user_pag"
SetVar [user_connect] [usuario]
EndIf
i have try with this to: GetObjectHTML "Container1" [Data]
but with no results.
What could be wrong ?
Regards,
Sam