Does anyone know if you can pass an ActiveXObject to a popup child window.
I'm building a script to read an Excel file and it seems the best way is
to have the processing done in a popup (I found I need to destroy the
window to free up the Excel instance).
The problem is it keeps asking if i want to allow ActiveX, of course I do,
so is it possible for the popup to reference the Already created ActiveX
object from its parent.
I'm building a script to read an Excel file and it seems the best way is
to have the processing done in a popup (I found I need to destroy the
window to free up the Excel instance).
The problem is it keeps asking if i want to allow ActiveX, of course I do,
so is it possible for the popup to reference the Already created ActiveX
object from its parent.
Comment