Thanks for your reply
I have used following window.open
Code:
window.open ("C:/Program Files/2500_TV_Stereo.jpg","mywindow","menubar=1,resizable=1,width=350,height=250");
Thanks
window.open ("C:/Program Files/2500_TV_Stereo.jpg","mywindow","menubar=1,resizable=1,width=350,height=250");
function newWindow() {
var msg='<html><body><form><img src="2500_TV_Stereo.jpg" /></form></body></html>\n';
var win = open('','',params);
win.document.writeln(msg);
win.document.close();
}
temp[temp.length-1][0] = " ";
//temp[temp.length-1][0] = " "; //temp[temp.length-1][1] = " "; temp[temp.length-1] = header[header.length-1];
String[][] header = { {"Display Name", "text" }, {"Status", "text"}, {"Creation time", "date" , "Y" },
{"Order Number","text"}, {"State","text"}, {"Ticket Number", "text" }, {"Scenario Name", "text" }, {" ",
Leave a comment: