> I see that but if you test on my web test page there is a bug
> <a href="http://www.olympsport.be/contacts6";>test page</a>
> Click on the lock icon on the right and after on the button "password
> oublié"  and there i don't have the value in the alert message !
>
> Could you test there ?
> Thanks !

Aha!  Your page has an input with the name of "mail" (in form
oubli_mail).  When you click "password oublié" another input with the
name "mail" is added to the DOM.  Your click handler script finds the
first one and alerts its value, which is blank.

Mike

Reply via email to