About 1,110,000 results
Open links in new tab
  1. Is there a "createObject" in javascript? - Stack Overflow

    Oct 16, 2013 · In VBScript there is a function called CreateObject, which can be run on a client through a webpage. I've used it before like this: Set icaObj = CreateObject("Citrix.ICAClient") …

  2. what is the equivalent JavaScript function for VBScript …

    Dec 18, 2012 · What is the JavaScript equivalent function for CreateObject ("Scripting.Dictionary")? I have to convert following two statements from VBScript to …

  3. JavaScript inheritance: Object.create vs new - Stack Overflow

    Oct 24, 2012 · The difference becomes obvious if you use Object.create() as it is intended. Actually, it does entirely hideout the prototype word from your code, it'll do the job under the …

  4. Why use `URL.createObjectURL (blob)` instead of `image.src`?

    Apr 19, 2020 · Q1. In the context of asynchronous JavaScript and the need to ‘fetch’ data from the client-side, why can’t we just edit our image elements by its attribute src? Q2. Why is the Blob …

  5. How to "properly" create a custom object in JavaScript?

    Oct 20, 2009 · In Javascript a function is an object, and can be used to construct objects out of together with the new operator. By convention, functions intended to be used as constructors …

  6. What is the difference between CreateObject and …

    The WScript CreateObject method interprets the second parameter as a subroutine prefix to be used in handling events from the object. The two GetObject functions are similarly related. …

  7. javascript - Using "Object.create" instead of "new" - Stack Overflow

    Apr 26, 2010 · Javascript 1.9.3 / ECMAScript 5 introduces Object.create, which Douglas Crockford amongst others has been advocating for a long time. How do I replace new in the …

  8. How to use FileSystemObject to read file in JavaScript

    Jan 28, 2014 · Create the object. Create another object, using the first, that uses a method of the first object (such as getting a file). Do things to the file. Close the file. How do you start? …

  9. How to create Document objects with JavaScript - Stack Overflow

    Nov 22, 2011 · Basically that's the question, how is one supposed to construct a Document object from a string of HTML dynamically in javascript?

  10. Failed to execute 'createObjectURL' on 'URL': - Stack Overflow

    UPDATE Back in the day we could also use createObjectURL() method with MediaStream objects. This use has been dropped by the specs and by browsers. If you need to set a …

Refresh