I try to run some pages using
ActiveXObject("InternetExplorer.Application") from local command line
JavaScript, and in theory it should be automated process, but now I forced
to click on IE "Information Bar" to allow execution (security feature of Win
XP SP2)
Is any way to disable this control (programmatically and for my
particular page) ?
Thanks,
Maxim Kazitov
"Maxim Kazitov" <mvk...@tut.by> 写入邮件
news:%23BmCkdR...@TK2MSFTNGP14.phx.gbl...
Should we use CoInternetSetFeatureEnabled?
If this is done through command line javascript, where should I call
CoInternetSetFeatureEnabled?
thanks
Andrew