Opened 12 years ago
Closed 12 years ago
#7893 closed bug (invalid)
qqqqqq
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('#submit').click(function(){
var rdynam = $('#ajxnam').html(); var rdyps1 = $('#ajxps1').html(); var rdyps2 = $('#ajxps2').html();
if((rdynam[17]=='c')&&(rdyps1[17]=='c')&&(rdyps2[17]=='c')) {
var u=$('#username').val(); var p=$('#pass1').val();
$.ajax({
type:'POST', url:'include/ajax.php?q=register', data:{password: u}, success: function(res){
alert(res)
}, error:function(e){
alert(e);
}
});
}
});
Note: See
TracTickets for help on using
tickets.
Given this bug report has no descriptive/useful/meaningful title, context or actual bug reported...