I’m creating a project in asp.net and I looking for Modal Window (like ajax modal popup) in order to use in all dialogs from my application, the problem is that this ajax component is only compatible with ie but not in safari, firefox, etc…
Anyone knows any modal window that I can use with asp:panels (to include asp controls like textbox, listbox, etc…)?…
Thank you in advance
Javier
What I do is use FancyBox which loads the content in a iFrame, so for example I have the option in a simple page, and then open fancybox to load that page.
We then insert a link on each page which is the handler for the fancybox frame
Fire a Javascript call to setup the box
Then finally a call which opens the box when clicked (if its elsehwere on the page)
alternativly you could just make the menuLauncher visible and use that as a opening link.