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...
Hi Seb, The Esker ActiveX Plug-in mailing list is dedicated to ActiveX scripting on the client side (inside Netscape browser or other Mozilla based browser). ...
Hi all, Esker ActiveX Plug-in 7.3 is now available from the mailing list home page ("Files/Versions" link). This version adds support for Mozilla 1.5 browsers...
Nicolas, Thank you very much for taking the time to rebuild the plugin. I just finished testing it with Mozilla 1.5, and it appears to work as well as 7.2...
Hi Scott, Next version of the Esker ActiveX Plug-in (support of Mozilla 1.6 / Firefox 8.0) is almost ready. I was just waiting for feedback about the previous...