here is the code that is failing now in 095&6:

if (isNS61|| isMOZLLA){
                
try{
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
httpObj = new XMLHttpRequest()
}
catch(e){
alert("NetOxygen SOAP Client Exception:\n Your browser does not have 
enough privilege to send soap request.\n\n" + e.toString());
                                
GfsSoapClient.showDocument("netscape_support/GFXnsPreference.htm");
                                window.close();
                                
}


What is happening is that this is our Soapclient.js file that handles the calls 

made to our soaplistener. This is the initial logon page. I can send the 
pages, but they won't work for you as it is talking to our app server 
and unfortunately, until I get home and attach my laptop to the net, you 
can't hit against our servers.

If you still would like the entire soapclient code to review, let me 
know and I'll send it.




Reply via email to