The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
23 views

Pop-up Window Fails to Appear in Windows 7

I have been scratching my head about this issue for a while: I use Visual Studio 2005 as my development environment, running on Windows 7 Professional. I use components from Infragistics for ...
0
votes
0answers
11 views

modal popup depending on value

I've got a button wich is the target of the modal popup extender. On the click of the button I am doing a search if a record already exist, if there is a record it should not load the modal popup ...
-1
votes
1answer
346 views

modal popup in jsp

i want my form to show a popup on clicking generate button. when the popup shows, the background should fade. below is the form which contains generate button. <table class="ds_box" ...
-1
votes
3answers
481 views

CSS3 or Jquery popup window on PHP [closed]

im a beginner on php and i have research on internet and i find it difficult to popup a window on my php page. im developing a site where all my products are displayed in the index.php page. i have ...
0
votes
1answer
252 views

Javascript Redirection after the alert message

I have one asp.net page , it consists of some controls along with a close button. If the user clicks on the close button, it will open ModaldialogBox with one text box for entering closing reason. ...
2
votes
1answer
144 views

jQuery Mobile Popups affecting page layout?

Basic description of my jQM page from top to bottom (there's code at the bottom of this question): Header bar containing a button and a popup that is opened by clicking the button. An area ...
1
vote
2answers
668 views

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 ...
0
votes
2answers
357 views

Repeater with modalpopup

I'm developing a scoring sheet app and I have a repeater with a radio buttons, when I check a radio, a popup shows up. it works fine. but the problem is whenever I check the next radio in the other ...
0
votes
1answer
848 views

Error in showing a Rich Modal Panel with JSF 1.2 & rich faces

I have a problem in showing a Modal Panel with JSF 1.2 & rich faces. I have to use a jsp because of project restrictions. The a4j commandLink does submit to the server and it comes back to the ...
2
votes
1answer
6k views

Sencha Touch - How to remove/hide popup panel on button click

I have created Panel as bellow Ext.define('MyApp.view.DatePanel', { extend: 'Ext.Panel', alias: 'widget.DatePanel', config: { itemid:'DatePanel', modal:true, centered: true, ...
1
vote
1answer
544 views

Trying to open a user control (Wrapped inside an aspx page) as popup using jQuery dialog in ASPX page

I am trying to open an user control (Child.ascx) as popup using jQuery dialog in an Aspx page. I wrapped Child.ascx in Child.aspx file. Now in Main.aspx I want to call the **Child.aspx** as a ...
3
votes
2answers
713 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
1k 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
293 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
498 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
935 views

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 ...
0
votes
2answers
767 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
1k 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
901 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
3k 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 ...
1
vote
2answers
3k 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
726 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?
-1
votes
2answers
1k 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 ...
3
votes
1answer
2k 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 ...
0
votes
2answers
3k 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
716 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 ...
1
vote
1answer
3k 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 ...
2
votes
1answer
1k 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 ...
1
vote
3answers
4k 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
761 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 ...
2
votes
2answers
2k 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
1
vote
5answers
2k 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 ...
3
votes
1answer
540 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 ...
1
vote
1answer
720 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 ...
2
votes
1answer
1k 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 ...
0
votes
2answers
339 views

modalpopup vs url rewriting

Why when i use url rewriting then modalpopup(asp.net ajax controltoolkit doesn't work?Why? my code
1
vote
2answers
1k 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 ...
0
votes
1answer
1k 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 ...
1
vote
3answers
3k 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
1k 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 ...
0
votes
1answer
1k 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
650 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 ...
1
vote
2answers
88 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 ...
6
votes
6answers
21k 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 ...
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
4k views

Modal popup in Classic ASP?

I write in .NET and in classic ASP. I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color. Is this possible in ASP? Or is there no ...
0
votes
3answers
1k 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
4k 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 ...
1
vote
2answers
2k 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 2