Questions tagged [modalpopups]

70 questions
1
vote
0 answers

Change ui-widget-overlay width of modal popup

I am using jQuery 'UI 1.8.11' for modal popup and I want to change the width of the modal popup appearing on the screen. I want to change the inline style of div with class "ui-widget-overlay" which gets generated when the modal opens up .The…
user449259
  • 11
  • 3
1
vote
3 answers

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 does so by smoothly animating the window open and…
MarkPowell
  • 16,482
  • 7
  • 61
  • 77
1
vote
3 answers

Alternative to 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 application, but I also know that the
Romain Linsolas
  • 79,475
  • 49
  • 202
  • 273
1
vote
2 answers

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 text-area. The layout can be different, as I have the…
jsnfwlr
  • 3,638
  • 2
  • 23
  • 25
1
vote
2 answers

Asp.Net Modal Pop-Up

I am working on this ASP.Net where I have to implement a modal pop-up, and I am hesitating on how to achieve this. I have various solutions in mind, but I don't find them elegant enough. First, I have been hesitating between using ASp.Net…
Jean-François Beauchamp
  • 5,485
  • 8
  • 43
  • 77
1
vote
2 answers

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 that will enable me to kill or suspend the "thread"…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278
0
votes
3 answers

Response.redirect on Popup to go to Main page

I have a pop up page that opens when I select a link on the parent window. If some exception occurs in page loaded handler of the pop up, then the error should go to parent window, not the pop up page. If an exception does not occur in the pop up…
Hanish
0
votes
1 answer

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 be blurred?
Steven
  • 1,949
  • 2
  • 17
  • 30
0
votes
2 answers

Implementing an AJAX Pop Up Window

I would like to create an AJAX pop up window that will serve 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 using PHP and MySQL.
Kevin
  • 309
  • 2
  • 7
  • 17
0
votes
2 answers

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 would not be triggered by any "TargetControl" but…
0
votes
1 answer

Close jQuery popup (external page) window

Setup: Popup Page: popup page
TheVillageIdiot
  • 40,053
  • 20
  • 133
  • 188
0
votes
1 answer

How to check pop-up present in a page or not?

How to check "popup present" in a page or not? Suppose in my 1st run pop up present in a page, but in my second run it doesn't appear on page? I am not expecting handling popups?
Vani
  • 9
  • 2
0
votes
1 answer

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 has display: none when doing the call to the…
Jonas
  • 3,155
  • 5
  • 35
  • 55
0
votes
1 answer

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 manner :