Omgili - forum search, search forums  
  

Discussions about new activexobject

Displaying 1 - 10 out of 1,005 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  
Keep this page open to be updated with the newest discussions automatically.
I need to wrap an IE ajax request to notify me when it happens. ie i need to know when open is called on this: var xhr = new ActiveXObject("Microsoft.XMLHTTP"); The only way to do that(i think) is to implement the ActiveXObject constructor to proxy open...
Started by on , 6 posts by 6 people.  
Like this should work: XHR = new ActiveXObject("Microsoft.XMLHTTP"); var XHR.prototype.old_open) { this.request = (window.XMLHttpRequest)? new XMLHttpRequest(): new ActiveXObject("MSXML2.XMLHTTP=new ActiveXObject....
My source is working in IE but not in mozilla. please help me. <script type="text/javascript"> <!-- var adOpenDynamic = 2; var adLockOptimistic = 3; /* Path of database. */ var strDbPath = "..\\SRVGdb.mdb"; /* Here is the ConnectionString for...
Started by on , 3 posts by 3 people.  
Check.
ActiveXObject is IE specific and you wont be able to execute that in a non IE browser.
Ask your Facebook Friends
Hi.. I wrote a javascript function in my html page to execute an .exe file. for this i used ActiveXObject. my function is: // JavaScript function openWin(url) { if (!document.all) { alert ("Available only with Internet Explorer."); return; } var ws = ...
Started by on , 3 posts by 3 people.  
But you can't force them to do it because....
Http://www.nrc.gov/reading-rm/adams/install/enabling-active-x.html If you want your users to not seeing this message, then they should enable it .
You should enable activeX in Internet explorer security settings.
I use ths script in Default.aspx page. <script id="clientEventHandlersJS" type="text/javascript"> function Button1_onclick() { var locator = new ActiveXObject ("WbemScripting.SWbemLocator"); var service = locator.ConnectServer("."); var properties...
Started by on , 3 posts by 3 people.  
The WbemScripting.
Beyond this, ActiveXObject is only available, terminate them, and even launch new applications! Talk about a security breach...
Confirm your security settings in IE.
For scripting.
My program is getting employee details in web page using javascript. This is successfully working in IE5,6,8. but not working Mozilla Firefox. Please Help me... Thanks in advance My source code is: <script type="text/javascript"> <!-- var adOpenDynamic...
Started by on , 4 posts by 4 people.  
/ **/ function XHConn() { var xmlhttp, bComplete = false; try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { try { xmlhttp = new XMLHttpRequest....
Hello everyone, I keep getting the following error's: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://site...
Started by on , 3 posts by 3 people.  
Is this going outside of your domain? Are you using a relative url or absolute? I have the same problem and going outside of my domain, can you help me? .
Hi all, I'm trying to convert an HTML table to Excel in Javascript using new ActiveXObject("Excel.application") . Bascially I loop through table cells and insert the value to the corresponding cell in excel: //for each table cell oSheet.Cells(x,y).value...
Started by on , 3 posts by 3 people.  
You can avoid Excel's date parsing by entering the data using its native 'serial... .
In Vbscript, we use to resolve this by If IsDate(Cell.Value) Then Cell.Value = DateValue(Cell.Value) End If May be, In java script also you need to play with same approach, .
Is there anyway I can hook into an ActiveXObject's outgoing interface? In a usual JScript script I could use WScript.CreateObject as this allows one to connect to an object's outgoing interface. Since this is not allowed from within a sidebar gadget is...
Started by on , 9 posts by 1 people.  
But then only using an <object> ....
Code Snippet <OBJECT id.
Should be able to use 'new ActiveXObject("Whatever.Object");' syntax in order to create object via new ActiveXObject it would fail because of security.
(This question has been asked before, about three years ago, and didn't receive an answer. I'm hoping someone's found a solution since then!) I have a COM (automation, activex) object, that generates events, that I want to capture in JavaScript in Internet...
Started by on , 4 posts by 4 people.  
} I figured out how to sink events from ActiveX Objects created by the 'new ActiveXObject' JavaScript.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Windows Desktop Sidebar Gadget Development
  • JavaScript - WebDeveloper.com
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost