download doc or open pdf file in brower
-
Hi, I have to download a doc file and show the pdf file in the browser. For that I have used the following code in JavaScript of the button click
window.open(url, 'Download', 'height=1,width=1,top=0,left=-1000');
where url represent the path of the file (http://localhost/website/filename.doc).I do not want to show the popup window, for that I have used left=-1000, but it does not effect. Do you have any idea how I can hide that popup window :confused:
Pankaj
-
Hi, I have to download a doc file and show the pdf file in the browser. For that I have used the following code in JavaScript of the button click
window.open(url, 'Download', 'height=1,width=1,top=0,left=-1000');
where url represent the path of the file (http://localhost/website/filename.doc).I do not want to show the popup window, for that I have used left=-1000, but it does not effect. Do you have any idea how I can hide that popup window :confused:
Pankaj
Does anyone have the solution :confused:
Pankaj