ActiveXObject is the key/initial function to enable and reference an "Automation object" in a Microsoft programming environment or the Internet Explorer browser.
I have a need to capture the topics of a search from one of my blog pages and write it …
javascript activex activexobjectI'm using the following code to open a Word document from javascript: function openWord(file) { try { var objword = new ActiveXObject("…
javascript ms-word activexobjectI would like to have a code that unchecks all checkboxes named "CheckBox1" for all sheets across the workbook. My …
excel checkbox activexobject vbaI hope both the object invocations are referring to the ActiveXObject. But why are we passing two different parameters to …
ajax activexobjectI've had an idea that would greatly improve the intranet homepage at an organisation, but this idea needs activexobject. During …
internet-explorer activex prompt activexobjectI am trying to find a way of compiling the code in VBA on workbook open. I can do this …
excel vba activexobjectI want to launch an application eg. notepad or MSword on click of a button using javascript function. I have …
javascript activexobjectI have a javascript code like this: o = new ActiveXObject("ASDFsome.Application"); utilites = WScript.CreateObject("ASDF.Utilites.UTF.Converter") utilites.…
c# activexobjectI have a main page, call it Main.php. On this page, is a button that when clicked, sets a …
php javascript ajax httprequest activexobjectCan someone tell me why permission is denied to run a shell command in windows and how to resolve? function …
javascript windows-shell activexobject