Subversion Repositories SmartDukaan

Rev

Rev 1635 | Rev 4325 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1635 Rev 2695
Line 677... Line 677...
677
			str += "Sex : " + perSex + "\n";
677
			str += "Sex : " + perSex + "\n";
678
			str += "Communication Email : " + perCommEmail + "\n";
678
			str += "Communication Email : " + perCommEmail + "\n";
679
			str += "Subscribe : " + perSubscribe + "\n";
679
			str += "Subscribe : " + perSubscribe + "\n";
680
			str += "Phone : " + perPhone + "\n";
680
			str += "Phone : " + perPhone + "\n";
681
			
681
			
682
			alert("Submit the updated values to Database: \n\n" + str);
682
			//alert("Submit the updated values to Database: \n\n" + str);
683
		}
683
		}
684
	});
684
	});
685
	
685
	
686
	// on click of cancel button
686
	// on click of cancel button
687
	$(frmPersonal + " input[name='cancel']").click(function(){
687
	$(frmPersonal + " input[name='cancel']").click(function(){