2

I've been tasked with creating a browser plugin for IE to bypass the "Open Save Save As" dialog for opening word perfect documents generated by our .net web app.

I was told to investigate download managers and I've come across the following project:

http://code.msdn.microsoft.com/CSIEDownloadManager-8ab5d910/sourcecode?fileId=22583&pathId=1096685221

but as far as I can tell the IEDownloadManager Download method won't get called until after the user selects an option from that dialog and not before.

Any suggestions would be appreciated except those suggesting I use another browser. (the state won't let me)

Thanks.

4

1 回答 1

0

您可以尝试找到一个活动的 x 控件,但就网站本身而言,涉及 IE、自动下载和打开文件,这将是一个相当大的安全风险,因为有人可以对其进行编程以自动打开恶意 exe 文件。

于 2011-07-13T20:09:55.377 回答