flower Posted May 30, 2007 Share Posted May 30, 2007 hi all, I am trying to download a file from server. when I use href to do this it works fine. I can see download dialog box in the same window. But I wish to use a button. I used window.open and called a cgi script which downloads the file. This works fine in IE. but in Mozilla a new window is open along with the dialog box. Is there any way to avoid the new window pop up. I would appreciate any help. Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/53604-download-file-dialog-box-in-same-window/ Share on other sites More sharing options...
chigley Posted May 30, 2007 Share Posted May 30, 2007 window.open will always open a new window. Perhaps post in a different forum and maybe with some code? Quote Link to comment https://forums.phpfreaks.com/topic/53604-download-file-dialog-box-in-same-window/#findComment-264964 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.