Questions tagged [modalpopups]
70 questions
13
votes
8 answers
What are some good pop-up dialog boxes for Ruby on Rails
I want to use modal pop-up windows in our web app in Ruby on Rails. Note that I don't want to create a new browser window, but a sub-window inside the existing webpage. We've tried things like TinyBox, but there are issues with returning error…

Tilendor
- 48,165
- 17
- 52
- 58
11
votes
2 answers
Angular modal-backdrop issue
I am using angular-bootstrap modal but I have an issue with modal-backdrop. I am new to angular-bootstrap, and I hope anyone can help me.
When I click on modal-backdrop it's hiding the modal popup, but I would like to keep the modal-backdrop until…

Pawan
- 31,545
- 102
- 256
- 434
9
votes
4 answers
How to code a JavaScript modal popup (to replace Ajax)?
I need to replace our Ajax Modal Popup controls with a JavaScript equivalent. We use this as a simple context sensitive help type popup. I did a quick browse but didn't see quite what I was looking for. I just need some text and a simple Close…

SunfiShie
- 396
- 1
- 3
- 11
7
votes
3 answers
Opening multiple modal boxes on one page
I have a page that needs to have different modal boxes open when their corresponding link on the page is clicked. I've got the structure and javascript to work for ONE window, but I can't get it to work for more than one. I am thinking I need to…

Felix B
- 147
- 1
- 3
- 13
6
votes
7 answers
JQuery Modal Box Positioning
Alright. I am using a Modal box pop up window to display business details of a dynamic table. This table is very long. Everything works right with the modal box, but if they are say scrolled to the bottom of the page, it always opens the Modal box…

Mike
- 1,190
- 5
- 13
- 26
4
votes
2 answers
Cannot call window.parent from IE7?
I am trying to make a simple call to my parent class from a modal-popup but IE is fighting me all the way. Any suggestions to get around it would be greatly appreciated.
Below is the stripped down code that I'm trying to use. It works quite well…

OddProblems
- 201
- 2
- 10
4
votes
1 answer
How can i change modal transparency in Flex
I create a modal window with PopUpManager
_zoomImgPopUp = PopUpManager.createPopUp(this, Image, true) as Image;
When the modal window is opened, all background is gray and with blur.
How can i change color, blur and transparency of background.
I…

user1024448
- 65
- 2
- 5
3
votes
2 answers
jQuery Login modal popup for ASP.NET 2.o Page
I have an ASP.NET web page(Not MVC ) (HomePage.aspx) and another page (PRiceList.aspx).I have a login feature in my Home page.So when a user logged in the site, They can go to the pricelist.aspx page easily using a link in homepage.If some one is…

Shyju
- 214,206
- 104
- 411
- 497
3
votes
2 answers
Anyone can close the popup generated by Jquery plugin bPopup, from a child iframe?
Okay, the story is abit long but hope you can bear with me so that there could be some background to the problem:
I'm developing the registration section for a portal using ASP.NET and to make things nice,
I decided to use bPopup from here to load…

fred
- 319
- 2
- 5
- 17
3
votes
1 answer
How do you close a modal window from it's parent?
Is it possible to close a modal window from it's parent? It is a little hard even to try to do this. Basically, I am opening a non-modal window. From that non-modal window the user might some times open a modal window. Now suppose I close the…

GC_
- 1,673
- 6
- 23
- 39
3
votes
1 answer
iPhone UI Design question - Best way to design forms?
I want to design an app that needs user to input few things like start date, end date, bunch of other options and some text comments for which I am planning to use pickers to select the data that will slide up modally. I will need to move the view…

Dev
- 6,207
- 4
- 27
- 32
3
votes
1 answer
How can I create a non-modal dialog in Perl/Tk?
I am learning Perl/Tk. I want to give alert to the user whenever he/she receives the mail.
I have planned to use message box in Tk, but it is expecting the user to click ok or cancel button.
Until user clicked the any one button it wont do any…

kiruthika
- 2,155
- 7
- 26
- 33
2
votes
1 answer
Help me re-center a ModalPopup within an iframe when the iframe's parent window scrolls
I have a web page with an iframe in it (I don't like it, but that's the way it has to be). It's not a cross-domain iframe so there's nothing to worry about there.
I have written a jQuery extension that does the centering of a ModalPopup (which is…

Cᴏʀʏ
- 105,112
- 20
- 162
- 194
2
votes
1 answer
ASP.NET validation not executing in a JavaScript showModalDialog call
I currently open a pop up window from my parent page using using a JavaScript .showModalDialog function. The pop up window contains some ASP.NET validation controls which do not display when the user clicks the ASP.NET button to submit the form. …

Michael Kniskern
- 24,792
- 68
- 164
- 231
2
votes
0 answers
How to create a modal popup that only shows if IE is being used?
I ask because I don't know, please go easy on me :)
I have created a site in Joomla and works pretty well on all browsers except for IE (of course)
Is there a way to have a pop up (modal or banner) that only shows with IE users to advise this…

Iain
- 21
- 1