What's the difference between the input type "text" and "password" in an html form?
- by Domingo
Hi everybody, this question might seem stupid, but here's the situation:
I'm trying to create an auto login page for my mail using jquery's post request, but it's not working, it works with all other pages except with webmail. So, trying to figure out what was wrong, I recreated the login form, here's the code:
<form id="form1" name="form1"…