3
Reply

How to hide j son data in browser link in .net for html pag

Chandrakanth M

Chandrakanth M

Nov 3 2015 8:59 AM
356
Hi..I need hide j son data in browser for html page 
 
$.ajax({
type: 'POST',
url: 'BillofLading.aspx/HTMLPrint',
contentType: 'application/json',
data: JSON.stringify(row),
success: function (result) {
if (result.d = "success") {
debugger;

window.open('Columbus-BillofLading%231.html' + '?json=' + data);


}
}

Answers (3)