Questions tagged [netscape]

Netscape is the precursor to the Mozilla corporation. Netscape Navigator was the first commercial web browser and the predecessor to the Mozilla Suite and Firefox.

30 questions
11
votes
2 answers

Netscape Enterprise Server and Server-Side JavaScript (SSJS) vs Node.js

What are the major differences between the Netscape Enterprise Server implementation of Server-Side JavaScript (SSJS) and the node.js implementation? Why did not Netscape's implementation gain attention while the node.js seems to be far more…
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173
8
votes
1 answer

Documentation or reference for "NETSCAPE-Bookmark-file-1" DOCTYPE

Is there any standard (possibly created after-the-fact) that governs files? If you export bookmarks from either Chrome or Firefox (tried on Windows 10) you get this kind of file, which seems to be HTML of…
Jeroen
  • 60,696
  • 40
  • 206
  • 339
4
votes
2 answers

IOError: [Errno 13] Permission denied: '/usr/local/lib/netscape/mime.types'

I am creating a virtual environment using mkvirtualenv, and I get this error, where have I gone wrong? $ mkvirtualenv data New python executable in /home/usman/.virtualenvs/data/bin/python Installing setuptools, pip, wheel... Complete output from…
3
votes
2 answers

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 { …
Tom
  • 6,725
  • 24
  • 95
  • 159
3
votes
0 answers

java: package netscape.javascript does not exist, despite having added plugin.jar to the classpath

As per the title, I am trying to build my application, however I get thrown the following error: java: package netscape.javascript does not exist I am getting this error despite the fact that I have already added plugin.jar from my jre installation…
3
votes
1 answer

Converting from standard cookie format to LibCurl cookie jar format

Is there any convenient tool/code that converts the standard cookie string format, e.g., NAME1: VALUE1; NAME2: VALUE2 to the libCURL cookie jar format, e.g., .netscape.com TRUE / FALSE 946684799 NETSCAPE_ID 100103 LibCurl seems to have…
xiaohan2012
  • 9,870
  • 23
  • 67
  • 101
2
votes
1 answer

Why AJAX does not work in Netscape Navigator?

I am using the following code in which the function is called onclick: