function(data) {
var myWindow = window.open('','Name of the Window','');
myWindow.document.open();
myWindow.document.write(data);
myWindow.document.close();
}
Note: You need to make sure your browser pop up blocker has disabled.
function(data) {
var myWindow = window.open('','Name of the Window','');
myWindow.document.open();
myWindow.document.write(data);
myWindow.document.close();
}
Preparing to unpack level-zero_1.20.2+u24.04_amd64.deb ... Unpacking level-zero ( 1.20.2 ) ... dpkg: error processing archive level-zero_1....