your ajax example does not work if the enter key is pressed while the focus is in the password text field.
it appears you intended for it to work since you gave the form an onsubmit action.
but it simply doesn't work.
i am having this problem with my own ajax project. it's quite frustrating.
i even put in a keypress handler and specifically looked for event 13 and it just doesn't work. it doesn't seem to process the xmlhttprequest object properly when the form is submitted.
View All Comments
| View Tutorial