Print Page | Close Window

Expand/Collapse menu not working in Firefox

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=1976
Printed Date: 23-April-2025 at 4:49pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Expand/Collapse menu not working in Firefox
Posted By: RBP Limited
Subject: Expand/Collapse menu not working in Firefox
Date Posted: 16-September-2008 at 8:20am
Hi I download the Dynamically Display Categories with a Expand/Collapse Menu script from the website but the open/close function doesn't seem to work in Firefox. Is this a known bug and is there a fix for it?
 
Cheers
 
Wayne.



Replies:
Posted By: Hamish
Date Posted: 16-September-2008 at 9:15am
Hi, Last time I looked it was working OK, although I'm not using on my sites now. Have you got a link we can look at?

-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code



Posted By: RBP Limited
Date Posted: 16-September-2008 at 9:18am
Hi, After a bit of googleing I've fiex the problem. If you see the code below you'll see the line I changed.
<script>
 function UpDown(tabid)
 {
 //var etab=eval(tabid);
 var etab=document.getElementById(tabid)
  if (etab.style.display=='')
  { etab.style.display='none';
  }
  else
  { etab.style.display='';
  }
 }
</script>
 
Cheers
Wayne


Posted By: Hamish
Date Posted: 16-September-2008 at 9:31am
Cool

-------------
Editing ProductCart Code?

See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net