¡@

Home 

javascript Programming Glossary: activex

How to create a GUID / UUID in Javascript?

http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript

not expose. You'll need to use OS specific services like ActiveX http p2p.wrox.com topicindex 20339.htm Edit not correct RFC4122..

Can javascript access a filesystem?

http://stackoverflow.com/questions/1087246/can-javascript-access-a-filesystem

of saving data depending on which browser is used. If ActiveX is enabled it uses Scripting.FileSystemObject. On Gecko based..

How can you determine the file size in JavaScript?

http://stackoverflow.com/questions/1126905/how-can-you-determine-the-file-size-in-javascript

allow the scripts Javascript VBScript or even applets and ActiveX Controls to read files from the local hard disk. You can only..

Determining image file size + dimensions via Javascript?

http://stackoverflow.com/questions/1310378/determining-image-file-size-dimensions-via-javascript

obviously. Must be able to be solved x browser without an ActiveX control or Java applet IE7 FF3 Safari 3 IE6 nice to have though..

How to handle an ActiveX event in Javascript

http://stackoverflow.com/questions/150814/how-to-handle-an-activex-event-in-javascript

to handle an ActiveX event in Javascript This is somewhat of a follow up to an answer.. of a follow up to an answer here . I have a custom ActiveX control that is raising an event ReceiveMessage with a msg parameter.. is the proper way to handle an event being sent from an ActiveX control Right now we're only interested in getting this working..

Spreadsheet-like control for a web application? [closed]

http://stackoverflow.com/questions/204310/spreadsheet-like-control-for-a-web-application

that could do this are welcome too. I'm thinking mainly of ActiveX Flex Java or similar controls commercial or open source are..

Javascript to take a screenshot of a website without using ActiveX

http://stackoverflow.com/questions/2046812/javascript-to-take-a-screenshot-of-a-website-without-using-activex

to take a screenshot of a website without using ActiveX I have a JS app that an user interacts with. I need to save..

MAC addresses in JavaScript

http://stackoverflow.com/questions/3385/mac-addresses-in-javascript

I know that we can get the MAC address of a user via IE ActiveX objects . Is there a way to do the same thing in all browsers..

JavaScript detect an AJAX event

http://stackoverflow.com/questions/3596583/javascript-detect-an-ajax-event

new XMLHttpRequest else code for IE6 IE5 xmlhttp new ActiveXObject Microsoft.XMLHTTP xmlhttp.onreadystatechange function.. . It doesn't currently work with IE6 because IE6 uses an ActiveX object while virtually everything else uses XMLHttpRequest... any clue how to well basically prototype extend overload ActiveXObject Microsoft.XMLHTTP . This is what I am currently researching...does..

XMLHttpRequest status 0 (responseText is empty)

http://stackoverflow.com/questions/5005960/xmlhttprequest-status-0-responsetext-is-empty

Access data sources across domains to get it to work with ActiveX XHRs. IE8 and above also added cross domain capabilities to..

Take a screenshot of a webpage with javascript?

http://stackoverflow.com/questions/60455/take-a-screenshot-of-a-webpage-with-javascript

this question I have done this for an HTA by using an ActiveX control. It was pretty easy to build the control in VB6 to take..

How does one record audio from a Javascript based webapp?

http://stackoverflow.com/questions/64010/how-does-one-record-audio-from-a-javascript-based-webapp

My targeted browsers are Firefox for PC and Mac so no ActiveX . Please share your experiences with this. I gather it can be..

Browser download file prompt using JavaScript

http://stackoverflow.com/questions/727144/browser-download-file-prompt-using-javascript

I uploading transferring file to local fileserver... using ActiveX and VBscript don ™t ask So I am storing local file path in my..

Can I load an entire HTML document into a document fragment in Internet Explorer?

http://stackoverflow.com/questions/7474710/can-i-load-an-entire-html-document-into-a-document-fragment-in-internet-explorer

html Error expected but I tried it anyway var doc new ActiveXObject htmlfile doc.write html doc.close JavaScript executes.. are less likely to leak memory contrary to the htmlfile ActiveXObject . The IFrame becomes invisible and is appended to the.. list of deprecated elements such as applet The htmlfile ActiveX object Slower than iframe sandboxes. Leaks memory if not managed..

How can I read the client's machine/computer name from the browser?

http://stackoverflow.com/questions/922476/how-can-i-read-the-clients-machine-computer-name-from-the-browser

following function GetComputerName try var network new ActiveXObject 'WScript.Network' Show a pop up if it works alert network.computerName.. setup in IE as well to allow the browser to access the ActiveX object. Here is a link to some more info on WScript More Information..

Image resize before upload

http://stackoverflow.com/questions/961913/image-resize-before-upload

improve this question You have several options Java ActiveX only on windows Silverlight Flash Flex Google Gears the most..

Silent print a embedded PDF

http://stackoverflow.com/questions/975652/silent-print-a-embedded-pdf

and have it work for Internet Explorer only there are ActiveX controls out there that can do it. This requires higher security..

How to Minimize/Maximize jQuery Dialog?

http://stackoverflow.com/questions/11558018/how-to-minimize-maximize-jquery-dialog

CLSID 22D6F312 B0F6 11D0 94AB 0080C74C7E95 codebase http activex.microsoft.com activex controls mplayer en nsmp2inf.cab#Version.. 11D0 94AB 0080C74C7E95 codebase http activex.microsoft.com activex controls mplayer en nsmp2inf.cab#Version 5 1 52 701 standby.. CLSID 22D6F312 B0F6 11D0 94AB 0080C74C7E95 codebase http activex.microsoft.com activex controls mplayer en nsmp2inf.cab#Version..

How to handle an ActiveX event in Javascript

http://stackoverflow.com/questions/150814/how-to-handle-an-activex-event-in-javascript

control for what we're doing. Thanks. javascript events activex share improve this question I was able to get this working..

Windows Media Player on top other DIV

http://stackoverflow.com/questions/1602366/windows-media-player-on-top-other-div

CLSID 6BF52A52 394A 11D3 B153 00C04F79FAA6 codebase http activex.microsoft.com activex controls mplayer en nsmp2inf.cab#Version.. 11D3 B153 00C04F79FAA6 codebase http activex.microsoft.com activex controls mplayer en nsmp2inf.cab#Version 5 1 52 701 width 345..

Test if an ActiveX control is installed with Javascript?

http://stackoverflow.com/questions/2178897/test-if-an-activex-control-is-installed-with-javascript

ActiveX control is installed using Javascript javascript activex share improve this question function AXOrNull progId try..

Writing UTF8 text to file

http://stackoverflow.com/questions/2840252/writing-utf8-text-to-file

What is a workaround javascript internet explorer unicode activex internationalization share improve this question Try this..

ActiveXObject in IE8

http://stackoverflow.com/questions/2964531/activexobject-in-ie8

Any suggested solution javascript internet explorer 8 activex share improve this question IE8 internet setting is more.. IE8 internet setting is more secure to it doesn't allow activex objects. If you have to run this goto Tools Internet Options..

html codes from external html-file in to textarea (any professional in active-x or javascript help me)

http://stackoverflow.com/questions/3235883/html-codes-from-external-html-file-in-to-textarea-any-professional-in-active-x

sad others coming and editing my post javascript html activex share improve this question Replace the lines if .txt i.test..

How do I detect if ActiveX is enabled in the browser of client?

http://stackoverflow.com/questions/4313438/how-do-i-detect-if-activex-is-enabled-in-the-browser-of-client

qXSvQ 2 I get false when I run this example. javascript activex share improve this question Below code should work It is..

Working with “Out” Parameters in JavaScript

http://stackoverflow.com/questions/5122704/working-with-out-parameters-in-javascript

rather use the one provided. javascript internet explorer activex share improve this question Edit It seems that it's not..

Reading a txt file from Javascript

http://stackoverflow.com/questions/5135610/reading-a-txt-file-from-javascript

var row s.ReadLine alert row any suggestions javascript activex share improve this question If you're running WAMP anyway..

ActiveX - Automation Server Can't Create Object

http://stackoverflow.com/questions/5157183/activex-automation-server-cant-create-object

is not defined What am I doing wrong Thanks javascript activex share improve this question The error Automation Server..

Export dynamic html table to excel in javascript in firefox browser

http://stackoverflow.com/questions/6955627/export-dynamic-html-table-to-excel-in-javascript-in-firefox-browser

there any way can i do do in firefox browser without using activex object in code .please help me javascript excel firefox share..

How to create, save a txt file with javascript compatible cross-browser

http://stackoverflow.com/questions/7392117/how-to-create-save-a-txt-file-with-javascript-compatible-cross-browser

my asp .net 4.0 c# web application c# javascript asp.net activex share improve this question Basically you said it we are..

opening Outlook through javascript

http://stackoverflow.com/questions/776672/opening-outlook-through-javascript

new ActiveXObject Outlook.Application javascript activex share improve this question You can definitely do this the..

Can I have JavaScript select printer to use? [duplicate]

http://stackoverflow.com/questions/7891259/can-i-have-javascript-select-printer-to-use

or other IE specific stuff. javascript internet explorer activex share improve this question No the Javascript object model..

Extending an ActiveXObject in javascript

http://stackoverflow.com/questions/797960/extending-an-activexobject-in-javascript

to this activeX within the application. javascript proxy activex share improve this question You can in fact override ActiveXObject..

Javascript: Detect Metro UI Version of IE

http://stackoverflow.com/questions/8751479/javascript-detect-metro-ui-version-of-ie

on Metro. Is ActiveX disabled Metro doesn't allow any activex content but desktop IE can have it set to disabled as well function..

how validate file size using HTML and Javascript on client side

http://stackoverflow.com/questions/1832415/how-validate-file-size-using-html-and-javascript-on-client-side

way to do this in IE I don't know it. It probably involves activeX or some other such rubbish. edit I found this here HOW TO DO..

Remember and Repopulate File Input

http://stackoverflow.com/questions/20537696/remember-and-repopulate-file-input

version of Opera or force your users to use IE and some activeX coding modules implementing a custom file picker etc Some further..

Running .exe from Javascript

http://stackoverflow.com/questions/3152482/running-exe-from-javascript

2 lines code it seems to work fine it asked me do i want activeX when I opened it first time in IE but if I add the last line..

Taking screenshot using javascript for chrome extensions

http://stackoverflow.com/questions/4573956/taking-screenshot-using-javascript-for-chrome-extensions

using JS but none seem to be useful.some say using activeX controls which doesnt suit my situation .I was hoping to take..

Extending an ActiveXObject in javascript

http://stackoverflow.com/questions/797960/extending-an-activexobject-in-javascript

ActiveX object methods in javascript. I usually create my activeX object like this var tconn new ActiveXObject Tconnector I need.. method is called on tconn and all other instances of that activeX control. I cant modify tconn's prototype because it does not.. question because there are already 1000s of calls to this activeX within the application. javascript proxy activex share improve..