Tagged Questions
The netscape tag has no wiki summary.
19
votes
11answers
6k views
What's the difference between JavaScript and JScript?
I have always wondered what the heck is the difference between JScript and JavaScript.
5
votes
2answers
591 views
webdriver firefox 7 maximize window
I've been using the following example to maximize my windows in my WebDriver tests, I upgraded to Firefox 7, and the script quit working. I don't get an error, the window just does not maximize, ...
1
vote
1answer
408 views
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 ...
1
vote
3answers
1k views
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 ...
0
votes
1answer
36 views
Why AJAX does not work in Netscape Navigator?
I am using the following code in which the function is called onclick:
<html>
<head>
<script type="text/javascript">
function loadXMLDoc()
{
var xmlhttp;
if ...
0
votes
0answers
12 views
Where can I get a copy of Netscape Enterprise Server?
I have legacy code that uses server-side JavaScript and was deployed on Netscape Enterprise Server 3.6. I've found out that it's been phased out and I have not been able to google for a vendor. If ...
0
votes
1answer
478 views
How can I “migrate to the Java 2 security model instead”?
I use a JAVA applet which upload files from the browser with drag and drop. I know that is a signed Applet. Yesterday I uploaded some files, but today I give an error in the console:
Netscape ...
0
votes
4answers
612 views
Java Netscape LDAP Remove One Attribute
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 ...
0
votes
3answers
1k views
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?
0
votes
3answers
195 views
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?