_pp has no properties!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dhnriverside
Beginner
Beginner
Posts: 5
Joined: Wed Aug 31, 2005 9:46 am

_pp has no properties!

Post by dhnriverside »

Hi

Trying to get a menu to work, I took Ruth's solution and switched from ContextMenu to PopupMenu sample.

I've installed everything, but when I get I run my app and click the designated button, I get a "_pp has no properties" error in firefox and a "_pp.0 is null or not an object" error in IE (7).

I've added the code to this message - sorry, as I said before it's an intranet app, so can't give a url!

Here's the code in my HEAD tag...

Code: Select all

<script type="text/javascript" src="js/milonic_src.js"></script>	
<div class=milonic><a href="https://milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
<script type="text/javascript">
   if(ns4)_d.write("<scr"+"ipt type=text/javascript src=js/mmenuns4.js><\/scr"+"ipt>");		
   else _d.write("<scr"+"ipt type=text/javascript src=js/mmenudom.js><\/scr"+"ipt>"); 
</script>
<script type="text/javascript" src="js/menu_data.js"></script>
and my code to activate the menu...

Code: Select all

<div id="feedback">
   <table width="95" class="normal" onmouseover="this.className = 'rollover';" onclick="popup('feedbackMenu','fbm')" onmouseout="this.className = 'normal'; popdown()">
      <tr>
         <td valign="middle"><FONT size="1" face="Tahoma,Geneva" color="blue">Send Feedback&nbsp;&nbsp;<img align="top" src="images/feedbackarrow.gif" border="0"></FONT></td>
      </tr>
   </table>
</div>
I think I've got everything - the only thing I'm unsure of is the second property on Popup() "fbm".

Any help appreciated

Cheers



Dan[/code]
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Please post your menu_data file also.
John
dhnriverside
Beginner
Beginner
Posts: 5
Joined: Wed Aug 31, 2005 9:46 am

Post by dhnriverside »

Hi John

Fixed this - the problem was in the menu_data file :o)

Thanks for the reply
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi dh,

Glad you got it fixed. Could you post what was causing it and the fix, if you wouldn't mind? That's just in case anyone else has the same problem they could find the answer here if they did a search?

Ruth
Post Reply