1: 2: 3: 4: 5:
function jsexportXLS(){ alert("about to download..."); window.open("D:\Shashi\MyFile.xls"); alert("window opened..."); }