I know the plug-in uses some Netscape proprietary LiveConnect features for properties. Is it possible to have a version of the plug-in that is compatible with...
Hi, Theoreticaly it should be possible but there might be an error (or crash) when exploring the ActiveX properties. I suggest that you try and see if it...
Hi, I saw taht the esker plugin only works in intranet. but i need for my company to find a plugin that makes netscape display my activex thru the net.. is...
Hi Tom, The Esker ActiveX Plug-in work in intranet AND internet. The difference is how to cope with ActiveX security issues: 1) In intranet the Esker ActiveX...
hi, here is what i need to do, i ve a site that using crystal report to display client anylsis I m trying to enable the netscape user to see it too here is my...
... I doubt that the Esker ActiveX Plug-in would work on Mac: - For Netscape 4, the Esker ActiveX plug-in is LiveConnect implementation specific - and I am not...
Hi Tom, ... Yes, you need to change VB script to JavaScript and change activexviewer.cab to a JAR file (Netscape 4) or XPI file (Netscape 6) or plain OCX file...
Hi all, I have modified the on line demo (both on the YahooGrouups and ESmartWeb sites), replacing the np6esk32.zip and tictacto.zip files by np6esk32.jar and...
Hi Nicolas, I hope you are well. What does this mean for the esker.com activex area. Do I need to update some files? Cheers, Rob Rob Aubey Internet/Multimedia...
Hey gang, I have an activeX plugin that checks the registry for a setting, if it exists, it does nothing, if it does not exist then a message box prompts the...
Hi all, I've got a Visual Basic ActiveX and I need to call some methods with Java Script, it works well with IE, but it doesn't work with Netscape. The ActiveX...
Hi all, I have developed a web page that uses activex component ielabel.ocx to rotate some of the text in a web page 90 degrees. It works, and looks perfect on...
Hi Fastclubdude, First, check that your ActiveX is declared as safe for initializing (otherwise, the URL given as a parameter in the EMBED tag will be...
Hi Antoine, Is your ActiveX declared as safe for scripting? To check for "not safe for scripting" in the Esker ActiveX Plug-in log file. What tool did you use...
Hi Antoine, Is your ActiveX declared as safe for scripting? To check for "not safe for scripting" in the Esker ActiveX Plug-in log file. Hi Nicolas, Sorry for...
Hi Antoine, You should find this kind of information in the FAQ available from the Esker AcxtiveX Plug-in home page following the "Files" link. Do not hesitate...
How do i check if it is declared as safe for initializing? where are the esker logs stored? the redirection happens by b) ActiveX calls hlinknavigate function....
Hi, i have one question, i know i already asked it but i wanna be 100% sure Is activeX working on a mac? My company want to develop a big project but if mac...
Hi Tom, I don't think MAc supports ActiveX, although I am not 100% sure. For a new project from scratch targeting Windows and Mac, I would choose Java applets...
Hi Fastclubdude, ... Add the "Log=Yes" entry in the "[Mode]" section of the "deployer.ini" file located in the Windows directory. The log file is located under...
Hi Bawble, I have just tested printing a web pages in Netscape 6 using Esker ActiveX Plug-in. ActiveX are not displayed at all. The problem is that, when...
thx for help and advice Tom PMSA, Inc. www.pmsa-inc.com This message is intended only for the use of the individual or entity to which it is addressed and may...
Hi, i just found this on microsoft.com if it interest any of u: Why am I receiving ActiveX errors when attempting to view certain Web pages? Some Web pages may...
Hi Tom, Theoretically, ActiveX could work on Mac but practically I have never heard of any ActiveX ported to Mac. You could port your ActiveX to Mac but there...
I'm extremely new to using this plug in and I've painted myself into a corner so I'm looking for some help. I've set up the plug in on a web page to reference...
Hi Alan, With the Esker ActiveX Plug-in, to reference the ActiveX instance, use the same syntax as for IE: window.ec or simply: ec (use the "window" object,...
Thanks Nicolaus...I was able to get what I wanted by using (in my case) window.ec.DOM.body.innerHTML Thanks for your help! Alan ... use the ... I ... object ...