Hi everyone!
I'm currently meddling with javaScript in order to implement a fingerPrinting system in my web application.
I've developed the following example in which I can get all the necessarily data:
It does exactly as it's supposed, and when I read the variables on the "teste" ManagedBean they are there as expected. The javaScript code is the following:
Which works correctly.
So when I tried to run it in the following page:
It simply won't work!
The function faz() is called and only the first "alert" popup is called, the second one which should show what is returned by dadosDaTela() isn't generated, why is that?
I simply cant see any reason for it to be so, could anyone help me?