Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
865
Webmenu not showing in Firefox
posted

Hi,

    I have a webmenu that WebMenuTarget="PopupMenu"  . When i right-click on a node, i am able to see the menu in IE but not in Firefox.. Here is the code

 

 

 

 

 

 

 

function

 

 

UltraWebTree1_NodeClick(treeId, nodeId, button)

{

 

 

  var node = igtree_getNodeById(nodeId);

 

 

  var text = node.getText();

  alert(text);

 

 

  if (button ==2)

  {

    igmenu_showMenu(

'UltraWebMenu1',null);

 

 

     return true;

  }

}

I am using Infragistice NetAdvantage 2008 Vol 3.5. I am usinf Firefox 3.0 version. Can someone help me out?

Thanks

Raja.