onclick event not working in firefox but works fine in IE
Posted
by jazzrai
on Stack Overflow
See other posts from Stack Overflow
or by jazzrai
Published on 2010-05-17T18:11:11Z
Indexed on
2010/05/17
18:21 UTC
Read the original article
Hit count: 149
JavaScript
I got a simple form and it works fine in ie but not working in firefox
onclick="login('loginuser','../private/loginuser.php?username='+email.value+'&pass='+passw.value,'loginresult');"
Any help appreciated.
© Stack Overflow or respective owner