activexobject
in JavaScript, when finished with an object created via new ActiveXObject, do I need to set it to null?
In a Javascript program that runs within WSH and creates objects, let\'s say Scripting.FileSystemObject or any arbitrary COM object, do I need to set the varia开发者_JS百科ble to null when I\'m finish[详细]
2023-03-02 04:58 分类:问答printing from client side client side landscape (ie only)
Can someone please help with the following: I am trying to force an asp.net page 开发者_运维百科to go in landscape mode and remove all headers and footers.... N.b all clients only uses ie browser. the[详细]
2023-02-22 11:06 分类:问答check file size using javascript before uploading
<html> <head> <script> function A() { var oas = n开发者_开发问答ew ActiveXObject(\"Scripting.FileSystemObject\");[详细]
2023-02-20 19:32 分类:问答Is there an alternative to the proprietary ActiveXObject in JavaScript
Is there a general alternative to IE\'s proprietary ActiveXObject in JavaScript. Lacking such a general alternative, is ther开发者_JS百科e a method to use COM Objects with Mozilla?[详细]
2023-02-11 07:46 分类:问答javascript XMLHttpRequest open php file and execute more javascript
I have a main page, call it Main.php.On this page, is a button that when clicked, sets a div\'s innerHTML (already on Main.php, called divResults) with the results from Results.php.[详细]
2023-02-10 12:24 分类:问答ActiveXObject() failing in IE8 on Win7
I\'m running a website testing automation tool(Sahi). But before starting the website testing, I\'m forst checking whether the testing tool is 开发者_JS百科placed in drive C. So I\'m writing a js to c[详细]
2023-02-08 18:16 分类:问答COMponents mscomctl.ocx, mscomct2.ocx, mswinsck.ocx: set off Kill-Bit programmatically
On Windows 7, the COMponents listed in the title seem by default to have the \"killbit\" set to COMPAT_EVIL_DONT_LOAD (compare MSDN), that is, their Compatibility Flags in HKLM\SW\IE\Activ[详细]
2023-02-08 01:40 分类:问答using ActiveXObject in Winforms web browser Control
I\'m using JavaScript code in c# web browser object (winform). from some reason I cannot use ActiveX开发者_JAVA技巧Object...[详细]
2023-02-08 00:06 分类:问答How do I make "ActiveXObject('SAPI.SpVoice')" work in firefox
How do I make ActiveXObject(\'SAPI.SpVoice\') work in firefox? firefox does not recognize the ActiveX开发者_运维技巧Object function. Are there any alternatives for this?Firefox does not support Active[详细]
2023-02-07 07:25 分类:问答How can I deploy a C# ActiveX object via a remotely loaded DLL (without prior registration) using IE8/IE9 and then access it with javascript?
I need to remotely load a .NET DLL that contains an ActiveX object (non-visual) and then access it via javascript using the new ActiveXObject() method.[详细]
2023-02-06 18:49 分类:问答