Results 1 to 6 of 6

Thread: Update JavaScript in Netscape 6

  1. #1
    Join Date
    Feb 2010
    Posts
    641

    Update JavaScript in Netscape 6

    Hi all,

    I found that most simple JavaScript works in the new browser. But if i have scripts with separate lines for Netscape navigator, What can i do. I want to update the JavaScript in Netscape 6.o version. Please suggest.

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    Update JavaScript in Netscape 6

    Most simple JavaScript works well in Netscape navigator. For example, you have links shaped in JavaScript or new windows that open and close, you should be OK. The main difficulty is if you obtain into the Document Object Model. The DOM for Netscape navigator is not the same as for Netscape navigator 6. It's much earlier to the W3C optional DOM1 than also of these, but unluckily that means the new browser won't accept a lot of DOM-related code already on the Net. Check and reply.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,358

    Update JavaScript in Netscape 6

    If you are not very recognizable with JavaScript, this is almost certainly the easiest way to tell if your code will work in N6 unaffected or if it wants updating. Any scripts that dedicate their primary few lines to recognizing the browser will almost surely need to be updated. In most cases they will need a new section of code additional that conforms with DOM1. Check and reply.
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

  4. #4
    Join Date
    Apr 2008
    Posts
    2,572

    Re: Update JavaScript in Netscape 6

    You often want to use scripts to appeal to methods on an applet. For example, you strength have an HTML button that, when click, start an animation sequence. You do this from side to side a combination of HTML tags and scripting in the HTML file, plus the real code in the applet itself. You need to comprise the following in your applet's HTML page. Within the OBJECT tag, an ID limit that specify the name of the applet. Best of luck.

  5. #5
    Join Date
    May 2008
    Posts
    2,792

    Update JavaScript in Netscape 6

    You must comprise a SCRIPT tag for the method that the onClick tag specifies. The SCRIPT tag have to the similar name as the name used in the onClick tag. It too has a limit that specifies the script language. More highly, the script method calls the Java applet method. It identify the method by using the name of the applet as particular by the ID tag, follow by the real method name as implement in the applet code. Best of luck.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Update JavaScript in Netscape 6

    The Java Plug-in 1.3 ships netscape.javascript in a JAR file called JAWS.JAR. To collect an applet which uses JSObject, just put in JAWS.JAR in the CLASSPATH before collection.If you don't have the Plug-in, but do have a Netscape browser installed, you can put in the java40.jar file that comes with talker to the end of your CLASSPATH or take out the netscape.* classes from there. Check and reply.

Similar Threads

  1. Netscape Navigator 9 Web browser
    By Aandaleeb in forum Technology & Internet
    Replies: 5
    Last Post: 19-12-2009, 09:09 AM
  2. Change Image and Update two frames in Javascript
    By Sandy22 in forum Software Development
    Replies: 3
    Last Post: 10-12-2009, 03:24 AM
  3. Netscape for Windows Vista
    By nooob in forum Windows Software
    Replies: 3
    Last Post: 10-07-2009, 11:50 PM
  4. Netscape update registry
    By Seraphim in forum Technology & Internet
    Replies: 3
    Last Post: 26-03-2009, 11:22 PM
  5. Netscape 4.75 Notify.exe
    By urgaffel in forum Technology & Internet
    Replies: 3
    Last Post: 25-03-2009, 01:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,636,323.41303 seconds with 17 queries