Help - Search - Members - Calendar
Full Version: JavaScript Error
xFX JumpStart Public Forums > DHTML Menu Builder > Generic Problems > JavaScript Errors
Aveea
When I click on a menu command which open another window, I got this error:

JavaScript Error
Description: Class not registered.

It pointed to the script here:

<script language="JavaScript" type="text/javascript">
function LoadMenus() {if(!rjsPath){window.setTimeout("LoadMenus()", 10);return false;}var navVer = navigator.appVersion;
if(navVer.substr(0,3) >= 4)
if((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)==4))
document.write('<' + 'script language="JavaScript" type="text/javascript" src="' + rjsPath + '/nsmenu.js"><\/script\>');
else
document.write('<' + 'script language="JavaScript" type="text/javascript" src="' + rjsPath + '/iemenu.js"><\/script\>');
}LoadMenus();

(close script tag followed the last LoadMenus();calling fuction)
What did I do wrong?  

Thanks,
Aveea
xfx
Aveea,

Can you please post a link to your web site so I can test your menus?

---------

"Class not registered" is not a very common error and as far as I know it cannot be generated by the menus.
Aveea
Thank you for your quick response.  You gave me the hint.  I found out that it was the browser problem...

It works fine now.

Thanks so much!
Aveea
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.