About 48,200 results
Open links in new tab
  1. Initiate XSLT with js in IE8 fails: ActiveXObject not defined

    Jan 29, 2010 · Apparently, ActiveXObject is not available in the browser? So I need to acquire the xml/xsl files via XHR?

  2. What is ActiveXobject ? - Post.Byes

    Nov 28, 2008 · Hi, I am using ActiveXobject as var xp = new ActiveXObject ("WPrint.PrintCtl"); in my JSP application. I have heard that using ActiveXobject may be dangerous for my application as i am …

  3. Create a txt file with javascript - Post.Byes

    Dec 30, 2006 · Hi there, i'm trying to create a javascript function that would create a text file so i can write some informations in it and read it later. I'm using the "ActiveXObject …

  4. WScript.Shell, with hidden window - Post.Byes

    Mar 27, 2008 · Hello, I'm using VBA from Excel to call a python script with some arguments. The python script returns only true or false, which is the information I want to take back into Excel. I'm wondering, …

  5. Calling a dll from a Javascript - Post.Byes

    Jul 20, 2005 · ActiveXobject when an output parameter is used, but i could able to access the same when no output parameter is used. While calling a DLL function from my javascript app i am passing …

  6. Instantiating C# objects using ActiveXObject ()? - Post.Byes

    Jan 6, 2007 · ActiveXObject () to crate an instance of a C# class. I suppose any class that you instantiate using ActiveXObject () has to be an ActiveX control. Is there a way to write a C# class …

  7. Server.CreateObject () vs new ActiveXObject () - Post.Byes

    Feb 23, 2006 · When you create an object in classic asp code, should you always use Server.CreateObject("ProgID")? Are there implications with stability (ie memory leaks) if …

  8. Search and Replace in a MS Word Document with javacript

    Dec 13, 2007 · Hi All I got a MS Word Document and I´d like to do Search and Replace on it with Javascript. Is there any function javascript that do this, to send me? [EDIT] Thanks

  9. Get computer name - Post.Byes

    Jul 20, 2005 · I'm developing a web app and, for the user's convenience, I'd like to display their local computer name (i.e. the name of the computer the browser is running on). I've looked very hard to …

  10. ActiveXObject creation - Post.Byes

    ActiveXObject creation Jan 7 '10, 03:37 PM I'm working with some existing classic asp code. The code is working, but I really want to know where/how "MYAPP" and "FileVault" are being defined. Does it …