3
Answers

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

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)