Hi Mfurlong, I think that all the -i option of signtool does is to reference the install.js file in the manifest.mf file: Install-Script: install.js I am not...
I've experienced the same problem. What seems to be happening is that the "window" test you're doing is only validating that the window for the Esker plugin...
Hi Daniel, the window["activex_id"] test actually checks that the activex instance (not the plug-in window) is ready. The Esker ActiveX Plug-in creates the...
Do I need to sign my JAR file which contains the activeX control to be installed on Netscape 6 and Netscape 7? I thought I read somewhere if using XPI to...
Hi Mike, It seems that Netscape 6 does not require signing the XPI jar files. It might even not verify the signature if one is provided. Note : I haven't tried...
Hi Water, To use a DPL file, simply specify its URL in the CODEBASE attribute of the EMBED tag. The file name must have the .dpl extension to distinguish a DPL...
Hi Limanjiang, All the Esker ActiveX Plug-in versions are available from the mailing list web site, http://www.egroups.com/list/esker-activex-plugin From the...
I build a activeX,can work perfectly in IE,and good job in NS 4.x with esker activex plugin. and it can not work in NS 6.x and 7.0, I am sure I have installed...
Hi Limj, Are you aware that NS 4, NS 6 and NS 7 each require a different version of the Esker Activex Plug-in ? You can find information about which plug-in to...
I know,I'm sure I have installed the correct version through demo web page, and my activeX has been diaplayed, but my html button can not send message to my...
Hi Limj, Have you checked the Esker ActiveX Plug-in trace log to be sure that the ActiveX is recognized as safe for scripting? Nicolas Roumiantzeff ... De :...
Yes, I'm sure, I have checked the log, found the safe item. you can look this link to find my problem. I promises the web page do no harm to your PC. ...
Hi Limj, ... No offence, but I am not alowed to take the chance, sorry. Could you please send your log file (np*esk*.log) in private at nicolasr@...? ...
Somehow I can not access any UserControl object in my activeX when loaded by Esker ActiveX Plugin. For example, the TypeName(UserControl.Parent) will give an...
Hi jianzhi, What is a UserControl object ? Is it an object instanciated insid your ActiveX and specified in the EMBED tag of your HTML page ? Please, describe...
Hi limj, The Esker ActiveX Plug-in log files seem correct. The ActiveX is instanciated and is recognized as safe for scripting and initializing. There is no...
Does anyone know how to check if the ActiveX control is installed in JavaScript? The problem we are having is some users do not click on the Yes button for...
Hope this helps. function netscapeVersion () { var version = 0.0; var ua = window.navigator.userAgent; var pNetscape6 = ua.indexOf("Netscape6"); if (pNetscape6...
Joseph, Thanks for the quick reply. Let me know if I am missing something in your example, but it looks like it checks if the Esker Plugin is installed and...
Hi Vaseretic, There is no plan to stop support for the Esker ActiveX Plug-in. In case of (likely) incompatibility with a new official release of Mozilla or...
Hi Mike, Here is a suggestion that you could try: - specify an EMBED tag in your HTML page for the Esker ActiveX Plug-in, - specify the class id of the ActiveX...
Hi Scott, I will download Mozilla 1.5 and 1.6 and build the corresponding versions of the Esker ActiveX Plug-in. If all is well, I plan to do this this week or...
hi! i'm currently a beginner in asp What i would like to do is to use a calendar control in a web page. So i did an activeX control with vb6 in whitch I added...