netscape

What's the difference between JavaScript and JScript?

I have always wondered what the heck is the difference between JScript and JavaScript. ...

Since today, I cannot access netscape.javascript.* classes within Eclipse

Since today, my Eclipse fails to load JSObject. This code was previously working OK. Any ideas how to fix it? I do have simple netscape.jar in the classpath. Here is the code that now fails to work: import netscape.javascript.*; ... try { doc = (JSObject) JSObject.getWindow(app); //.getMember("document"); } catch(...

Getting jQuery to work with Netscape 7 and 8

Netscape fails to read a lot of jQuery written. What steps do you take to overcome these, and how much of the market do netscape users take up? ...

Simple Opera plugin

How to write a simple Opera plugin? I'd like to develop a plugin that would change the Referer header of a request based on request's url data. Opera's website says plugins should be developed using [Netscape4 Plug-in API][1]. However there's not so much information about it available. I looked up in my c:/program files/opera/program/p...

problem with netscape portable runtime (nspr)

I'm trying to compile an app that mkese use of the nspr library. I'm running to an error though with this part of the make file: g++ -ljs -lboost_thread-mt -lboost_regex -lboost_system-mt -lnspr -lxerces-c -lmysqlpp -c -g -I/usr/local/include/boost-1_38/ -I/usr/local/include/mysql++ -I/usr/include/mysql -I/usr/local/include/nspr -I/us...

Netscape plugin 64 bits compatibility issue

Hello, I wrote a 32 bits netscape plugin that ran fine in 10.5 When 10.6 came out I converted it to 64 bits (standard 32/64 universal architecture). I linked against SDK 10.5 The plugin works file in both 64 and 32 bits mode in 10.6 but refuses to load in 10.5 Did anybody found a way to build a plugin that is compatible for both 1...

How can I make .NET C# ActiveX plugin work on Mac Safari?

So I've created a plugin for windows working in IE Chrome etc (there is an eazy way to make active x plugin work on Netscape based browsers under windows) how to port it to mac? ...

Java Netscape LDAP Remove One Attribute

Hi, I have LDAP schema where are users. I need remove one attribute named "notify" which have values: phone number or mail or remove attribute from user. I found method LDAPConnection myCon = new LDAPConnection("localhost",389); myCon.delete("uid=test1, ou=People, o=domain.com, o=isp"); but this remove whole user and i need remove onl...