Skip to content Skip to sidebar Skip to footer
Showing posts with the label Activex

Creating An Xls Or Csv File From A Javascript Variable

I have an app that uses Javascript to perform some calculations and then plot the data, but I'd… Read more Creating An Xls Or Csv File From A Javascript Variable

Barcode Scanner In Javascript? Or Plugin/extension

I'm looking at writing a USB barcode scanner interface to a web application (offline app). By … Read more Barcode Scanner In Javascript? Or Plugin/extension

Catching Exceptions In Javascript Thrown From Activex Control Written In C++

I've written an ActiveX control in C++ that throws (C++) exceptions out when error conditions o… Read more Catching Exceptions In Javascript Thrown From Activex Control Written In C++

Javascript: How To Append Data To A File

how can i append data to a file using javascript? i tried to use this code, but i got an error: var… Read more Javascript: How To Append Data To A File

How Can One Detect Copying A Link In A Browser?

Yesterday I had a chat with a taxi driver and upon mentioning that I am a programmer, he told me th… Read more How Can One Detect Copying A Link In A Browser?

Avoid Activex To Save A File

There is a function that returns an array from a table: GetFilteredData: function() /*========… Read more Avoid Activex To Save A File

How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

I'm trying to convert an HTML table to Excel in Javascript using new ActiveXObject('Excel.a… Read more How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

Suppress Ado Security Warning In Javascript/htm Page

I have a fully functioning site stored on a network drive along with an Access Database which acts … Read more Suppress Ado Security Warning In Javascript/htm Page

Activexobject In Ie8

I want to use javascript to create a textfile, so I used : This Line of code: var fso = new ActiveX… Read more Activexobject In Ie8

Use Javascript/activex To Get List Of Files

I've been Googling for hours with no avail...! How do I use the Scripting.FileSystem object? In… Read more Use Javascript/activex To Get List Of Files

Automation Server Can't Create Object

I am writing a C# object that I need to be able to access from a javascript application. var util … Read more Automation Server Can't Create Object

How To Execute An Executable From Linux With Javascript

I'm making an application for D-bus in javascript. I need to call an executable from the javasc… Read more How To Execute An Executable From Linux With Javascript