• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

pop-up div menu freezes

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm implementing this menu:

http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

In one of my "onclick's" I'm calling a javascript method that sets a hidden parameter, submits the form, & reloads the page so that user's selection shows in the frame above. The problem is that once I click the menu selection, the menu itself freezes & becomes inactive. I can kludge it so the menu will close before it freezes, but it is still frozen, nevertheless.

I "think" I remember seeing something a while ago about this in this forum, or another one, but for the life of me, I cannot find it.

Any thoughts?
 
Gail Schlentz
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
.... or any ideas on how to implement this differently?

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic