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