Skip to main content

Bug Tracker

Side navigation

#7893 closed bug (invalid)

Opened January 04, 2011 08:35AM UTC

Closed January 04, 2011 10:00AM UTC

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);

}

});

}

});

Attachments (0)
Change History (1)

Changed January 04, 2011 10:00AM UTC by danheberden comment:1

_comment0: Given this bug report has no title, context or actual bug reported...1294135273431483
resolution: → invalid
status: newclosed

Given this bug report has no descriptive/useful/meaningful title, context or actual bug reported...