$.ajax( {
type : "POST",
url : "validateServlet",
data : "name=" + username,
success : function(msg) {
$('#showInfo').html(msg);
}
});
$.ajax( {
type : "POST",
url : "validateServlet",
data : "name=" + username,
success : function(msg) {
$('#showInfo').html(msg);
}
});