• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Modal dialog forms

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to make a popup window users can interact with. Users also need to be able to close the window and be navigated to different places on the main form. I am not sure if this can be modified or I need to get a JavaScript library to do this. I have FancyBox. It's modal, but it does not do the navigation I need.

I have the closing and navigation, but not the modal part. Here is the code I have to open the window and close\navigate.

Any ideas?

The code that opens the window




The popup window

reply
    Bookmark Topic Watch Topic
  • New Topic