Tagged Questions
The modalpopups tag has no wiki summary.
11
votes
8answers
11k views
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 ...
3
votes
2answers
24k views
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 ...
2
votes
2answers
83 views
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 ...
2
votes
1answer
752 views
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 ...
2
votes
2answers
1k views
Modal login popup like digg
I need to add login modal popup in my project like Digg login popup,
Please suggest me different modal box popups to achieve this,
Any pointer or suggestion without be helpful thanks
2
votes
1answer
332 views
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 ...
2
votes
1answer
711 views
Editing a Gridview row with drop-down lists gets too wide - how can I use popup panels instead?
I have a series of GridViews in a Tab Panel - databound to a generic List of Business Objects.
The columns in the Gridview are all similar to the following:
<asp:TemplateField ...
1
vote
1answer
428 views
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 ...
1
vote
1answer
2k views
jqModal jQuery Plugin - How to Set Timeout on Modal Popup?
I'm using the jQuery Plugin jqModal.
New to it, so i'm still learning its usage.
What i'm trying to do is show the popup for say 3 seconds, then automatically close.
Basically, here is the flow of ...
1
vote
4answers
1k views
Problem after dismissing a modal view used in conjunction with a uisplitviewcontroller
I'm having a hard time understanding why the following is happening (and how to fix it).
I've created an application using the split-view based application.
I've added a UiBarButtonItem called ...
1
vote
1answer
547 views
Google Docs in iframe AND Save & Close button
I am using Google Docs in my project using its API.
I am loading docs in modal window iframe using http://fancybox.net/ a jquery plugin
It works fine but when in Google Docs Save and Close button is ...
1
vote
2answers
718 views
Parent page spawn modal window, button on modal windw cause trigger postback on parent?
I have a asp.net webform.
There's a few fields on the form that the user will fill out.
There is a hyperlink that opens a modal window (I'm using jquery & prettyphoto, but may switch to ...
1
vote
2answers
2k views
Cocoa Pop-up Window Similar to iCal
I want to open an overlay window (pop up window) when a user selects a cell in my NSTableView similar to selecting an event in iCal. Selecting the event in iCal shows a Window to edit the event, but ...
1
vote
3answers
932 views
Alternative to <rich:modalPanel> for Internet Explorer 6
The pages of my web application are loaded really slowly on Internet Explorer 6, compared to Firefox : around 6s for IE6, 3s for Firefox.
The size of the pages are indeed a big problem in my ...
1
vote
2answers
1k views
Apple's Gallery Overlay Lightbox
I'm looking for something very, very close in functionality to the lightbox on
Apple's MacBook Pro website (the lightbox will open automatically).
I really need the thumbnail slider and the ...
1
vote
2answers
81 views
Is it possible to build an addon to firefox that can break a loop of alerts?
Several times I got into conditions my scripts threw alerts in high rates. While there is an alert modal window open, you can't do any other action in the browser. I am looking to develop an add-on ...
1
vote
5answers
10k views
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 ...
1
vote
2answers
1k views
Is it possible to fire off another button's onclientclick event?
I have a modal popup that has a targetId to a hidden button. I want the popup to occur when a button in a grid is clicked but that button is programmed behind the code and therefore the targetId would ...
1
vote
4answers
806 views
web2.0 popup?
A site I need requires a check on the user when they click links which will take them to external websites (don't ask why, it just does..)
The client wants some sort of popup box which will then have ...
1
vote
1answer
2k views
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 ...
1
vote
5answers
21k views
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 ...
0
votes
1answer
76 views
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 ...
0
votes
0answers
97 views
Devex Popupcontrol content not displayed in Firefox
I am trying to use Devexpress popup control in a asp.net's repeater control to show full size image of the product.
It works perfectly in IE but image is not being displayed in Firefox and Chrome. I ...
0
votes
1answer
248 views
Flex - modal transparency blur only on certain components when using PopUpManager?
When using the PopUpManager in Flex with modal = true, the background application is blurred. Is it possible to keep this blur for most of the background application but set certain components to not ...
0
votes
2answers
401 views
Implementing an AJAX Pop Up Window
I would like to create an AJAX pop up window that will server as a login pop up when the user clicks "log in" to log in to a website. What algorithm and programming will I need to do this? I will be ...
0
votes
0answers
160 views
How to fire per case Modal popup button click event
Ok, I am calling a modal popup located in the master page called: mdlErrorWindow with a button called: "btnOkErrorWindow" via a function called ShowErrorWindow()
When a user chooses to change their ...
0
votes
2answers
315 views
How do I time a modal pop up?
I have a function that does some database update in asp.net. I'd like a modal popup to show a "success" message for just 5 seconds after my function has been called. In this case, the modal popup ...
0
votes
1answer
565 views
Close jQuery popup (external page) window
Setup:
Popup Page:
<html>
<head>
<title>popup page</title>
</head>
<body>
<label for="txtArea">Comments:</label>
...
0
votes
1answer
376 views
How to show a AJAX modalpopup by javascript and set a button onclick attribute in the same javascript function
Is it possible to show a AJAX modalpopup by javascript and at the same time set the onclick attribute for a button in the modalpopup, I can´t get it to work and i think it´s because the modalpopup div ...
0
votes
1answer
635 views
dynamically retrieve textbox values using foreach jquery which itself is dynamically created
How to dynamically retrieve values from input text box :
$(":input").each(function(){alert($(this).text());});
Case :
Dynamically column names are taken from xml source & binded in this ...
0
votes
2answers
665 views
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 ...
0
votes
2answers
337 views
Iframe with popup to center on parent frame
Basically all I want to do is have the modal popup from within the iframe to center on the entire page instead of just the iframe... How can I do this?
0
votes
2answers
782 views
How Do I make this SimpleModal to onLoad?
How do I make this SimpleModal script to load when the page loaded instead of clicking the button? Thank You =)
< div id='basic-modal' >
<a href='#' class='basic'>Demo</a>
...
0
votes
3answers
296 views
Ajax modal popup loads behind the activex control
In a page there is an activex control as well as a button whose onclick opens an ajax modal popup. The problem i face is that whenever the button is clicked the ajax pop up loads behind the activex ...
0
votes
3answers
3k views
ASP MVC 2: Jquery modal popup, how to return data
I'm looking into adding a jquery modal popup to my mvc project. I have been looking at http://www.weirdlover.com/2010/05/20/mvc-render-partial-modal-pop-up-via-jquery-and-colorbox-demo/ posting.
My ...
0
votes
1answer
497 views
icefaces modal popup timeout issue
Have a question regarding something which has been bugging me for some time now.I'm using icefaces to generate a modal popup with search fields.Clicking search kicks off a screen scraper for a ...
0
votes
3answers
180 views
modalpopup vs url rewriting
Why when i use url rewriting then modalpopup(asp.net ajax controltoolkit doesn't work?Why?
my code
0
votes
1answer
807 views
Click in ModalPopup IFrame changes URL in Parent Window
I'm using Visual Studio 2008 and ASP.NET MVC 1.
I have a View where i open another View in a modal popup using fancybox. In this popup users can edit some data. It works great and the data is ...
0
votes
1answer
805 views
Modal window with jquery navigation inside
I am trying to set up a sites navigation which extends over several levels. I have built one option for the client where the different levels open using jquery and want to now see how this looks ...
0
votes
1answer
425 views
Javascript image gallery not working
I used a image gallery engine called prettyPhoto.js to a wordpress site that I was creating. However, for some strange reason the image gallery seems to have completely stopped working and I can't for ...
0
votes
3answers
1k views
Modal Window When Clicking Link Button
I have a LinkButton inside a data list. When I click on this LinkButton, I want to open a modal window and load another html page in it.
Can you guys please help me with this?
0
votes
6answers
2k views
Modal popup in Classic ASP?
I write in .NEt and in classic ASP. I want to create a modal popup in asp. I like in .NET how the parent page can be disabled and turned a different color. Is this possible in ASP? Or is there no easy ...
0
votes
3answers
809 views
How to trigger a pop-up window on a button click?
The button is derived from user control. I want to associate a pop-up window on click of that particular butoon. I can able to achieve this on click of anyother buttons on my base page but as that ...
0
votes
3answers
3k views
Response.redirect on Popup to go to Main page
I have a pop up, that opens when i select a link in parent form.
If some exception occurs in page load catch of pop up window, then the error should go to parent page, not the pop up page.
if ...
0
votes
1answer
2k views
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 ...
0
votes
2answers
2k views
Can multiple CSS hover popups occupy the same space within a single div?
I'm trying to have text spans pop up on a hover pseudo-class for different lines in a menu (list items). I can have the pop-ups occupy the same space in the div if the menu/list is horizontal, but a ...
0
votes
8answers
2k views
Modal popups - usability
What are the cases where you'd use a modal popup ?
Does it interrupt the user's flow, if it all of a sudden opens up in his face ?
Would you avoid modal popups in general ? or when should one be ...
-1
votes
1answer
357 views
How to put ReCaptcha in a popup?
I want to show Recaptcha in a Popup.
Like i have a page where the user can submit a note. If someone is submitting a note i want to show a popup where recaptcha control will be there and after ...