Netscape maintains a nsreg.dat file, usually in windows. You get
the behaviour you have been getting if this file gets corrupted.
I am not sure if installing netscape again reinstalls the above
file. You might want to rename the above file, restart netscape
and see how it goes.


Manjunath

Gregory Bohmer wrote:
> 
> Hi everyone,
> 
> I have a problem.  I uninstalled the Netscape browser on a
> client machine and then removed the whole Netscape folder
> from Program Files.  I even then went in regedt32 and
> removed all Netscape entries.  I then rebooted.  I then
> upgraded to Netscape 4.6 (tried with 4.51 again too).
> After installing, I rebooted again. I then hit my web/NetD4
> server using the below html.  Basically I am just trying to
> make the browser realize they need to get the NetD 4x
> jar but when the javascript executes, the jar does not get
> downloaded from my server - it's as if it still thinks it has the jar.
> But it doesn't!!  This does not bode well.  Anyone have
> any thoughts, ideas, suggestions?
> 
> Regards,
> Gregory, HHMI
> 
> <HTML>
> <HEAD>
> <TITLE>Login/Logoff</TITLE>
> </HEAD>
> 
> <SCRIPT LANGUAGE="JavaScript1.2">
>    port = (window.location.port == '') ? '' : (':' +
> window.location.port);
>    href = window.location.protocol + '//' + window.location.hostname +
> port +
> 
> "/NetDynamics/NetDynamics40/Applets/nd_client_4x_install.jar";
>    trigger=netscape.softupdate.Trigger;
>    vi = new netscape.softupdate.VersionInfo (4,1,3,8);
>    if (trigger.UpdateEnabled ())
>  {
>      alert("trigger.UpdateEnabled() == true\nvi == " + vi +
>      "\nhref == <" + href + ">\ntrigger.toString() == " +
> trigger.toString());
> 
>       trigger.ConditionalSoftwareUpdate (
>             href, "nd_client_4x.jar", vi, trigger.DEFAULT_MODE);
>  }
> </SCRIPT>
> 
> <body bgcolor="FFFFFF">
> This is a test to make sure the SmartUpdate of the client jar works.
> </body>
> </html>
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to