Hi..I need hide j son data in browser for html page
$.ajax({
type: 'POST',
contentType: 'application/json',
data: JSON.stringify(row),
success: function (result) {
if (result.d = "success") {
debugger;
window.open('Columbus-BillofLading%231.html' + '?json=' + data);
}
}
Chandrakanth MPosted Nov 4, 2015, 12:50 AM
Upendra Pratap ShahiPosted Nov 3, 2015, 9:17 AM
Upendra Pratap ShahiPosted Nov 3, 2015, 9:15 AM